Do you need to find the product key for your copy of Windows 7? If you need to reinstall Windows 7 or use your license on another PC, you'll need a valid 25-digit product key to authenticate your version of Windows through Microsoft. Fortunately, there are several easy ways to display your Windows 7 product key without installing software, including using the command prompt (CMD), checking the registry, and running an easy VB script. This wikiHow article will teach you free ways to find or recover your Windows 7 product key.
Finding Windows 7 Product Key
Open the Windows 7 command prompt and type "wmic path softwarelicensingservice get OA3xOriginalProductKey" to get the product key. If you can't boot into Windows, find the key on the COA sticker on the POC, the Windows 7 packaging, or your receipt. Or, use third-party software like ProduKey and ShowKeyPlus.
Steps
Search the Registry
-
Open the Registry Editor on your Windows 7 PC. In most cases, you can locate the product key in your registry. To open the registry editor:
- Press Windows key + R to open the Run dialog.
- Type regedit .
- Click OK
-
Navigate to the correct registry key. The path you'll need to access is HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Install\UserData. Here's how to get there:
- Expand the HKEY_LOCAL_MACHINE folder in the left panel.
- Expand the SOFTWARE folder beneath it.
- Expand the MICROSOFT folder.
- Expand the Windows folder.
- Expand the CurrentVersion folder.
- Expand the Install folder.
- Expand the UserData folder.
-
Press Ctrl + F and type ProductID . This allows you to search for the product key.
-
Click Find Next . Now you'll see a "ProductID" entry in the right panel. You can double-click this entry to display an easy-to-copy version of your 25-digit Windows 7 product key.
Run a Simple Script
-
Open Notepad on your Windows 7 PC. you still can't find the product key, you can paste a simple Visual Basic script into a text file and run it like an application to display your product key. Start by launching Notepad, which you'll find in your Start menu's Accessories folder.
-
Paste this code into a blank Notepad file. Just copy and paste this block of code into your blank new text file. [5] X Research source
Set WshShell = CreateObject ( "WScript.Shell" ) MsgBox ConvertToKey ( WshShell . RegRead ( "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\DigitalProductId" )) Function ConvertToKey ( Key ) Const KeyOffset = 52 i = 28 Chars = "BCDFGHJKMPQRTVWXY2346789" Do Cur = 0 x = 14 Do Cur = Cur * 256 Cur = Key ( x + KeyOffset ) + Cur Key ( x + KeyOffset ) = ( Cur \ 24 ) And 255 Cur = Cur Mod 24 x = x - 1 Loop While x >= 0 i = i - 1 KeyOutput = Mid ( Chars , Cur + 1 , 1 ) & KeyOutput If ((( 29 - i ) Mod 6 ) = 0 ) And ( i <> - 1 ) Then i = i - 1 KeyOutput = "-" & KeyOutput End If Loop While i >= 0 ConvertToKey = KeyOutput End Function
-
Save the file as productkey.vbs. To do this, just click File > Save as , choose a location you'll remember (your desktop is a good option), type productkey.vbs as the file name, and then click Save .
-
Double-click the productkey.vbs file you've created. For example, if you saved the file to your desktop, just double-click the productkey.vbs icon on your desktop. This displays a pop-up window that contains your Windows 7 product key.
Community Q&A
-
QuestionHow do I convert a 1 gig USB to an 8 gig USB?Community AnswerYou can't. You have to buy an 8 gig USB.
-
QuestionI can't download the Win7 ISO because when I type the product key I find on the bottom of my laptop it says it "appears to be for SW pre-installed by the device manufacturer." Any ideas?Community AnswerDo a Google search for "Windows 7 ISO file." It may take some time to find a good website to download it from, but you should be able to get one.
Video
Tips
- If you don't have a valid product key, you can try activating without a key using the "rearm" command.Thanks
- Try re-entering your Windows 7 product key if you receive an “invalid product key” error. This error usually means you mistyped the product key, or that you’re entering the product key for another version of Windows.Thanks
References
- ↑ https://support.microsoft.com/en-us/windows/find-your-windows-product-key-aaa2bf69-7b2b-9f13-f581-a806abf0a886
- ↑ https://www.nirsoft.net/utils/product_cd_key_viewer.html
- ↑ https://www.nirsoft.net/false_positive_report.html
- ↑ https://github.com/Superfly-Inc/ShowKeyPlus/releases
- ↑ https://support.lenovo.com/us/en/solutions/ht500032-how-to-find-the-windows-7-product-key
- ↑ https://support.microsoft.com/en-us/windows/find-your-windows-product-key-aaa2bf69-7b2b-9f13-f581-a806abf0a886
About This Article
1. Check the COA sticker on the top, back, bottom or any side of your computer.
2. Check the label or card inside the box if you bought a physical copy of Windows.
3. Check the confirmation email if you bought Windows online.
4. Contact your PC manufacturer if you don't have your COA sticker.