Skip to content
LogoTechnipages
LogoTechnipages
  • Topics
        • Android
        • Browsers
        • Gaming
        • Hardware
        • Internet
        • iPhone
        • Linux
        • macOS
        • Office
        • Reviews
        • Software
        • Windows
        • Definitions
        • All Recent Posts
  • Product Reviews
  • About

How to Find Your Windows 10 Product Key

Kat ArmstrongSeptember 3, 2019 Comments (5)
Windows 10 Header

With each iteration of Windows, Microsoft makes it easier for you to activate your install of the operating system. There may be times, though, that the activation process does not go quite right. Or, you could purchase a new machine and wish to transfer your licensed copy of Windows over to it. In either case, you will need to know where to find your product activation key.


Contents

  • 1 From the Microsoft Store
  • 2 From a Physical Package
  • 3 On a PreBuilt Computer
  • 4 From the Windows OS

From the Microsoft Store

If you bought your copy of Windows directly from the Microsoft Store, the company stores a copy of your product key in your account. To find it here, log into your Microsoft Store account. Head to “Downloads,” followed by “Product Keys” and then click “Subscription Page.” Finally, click the ”Digital Content” tab, where you will find your product key.


From a Physical Package

If you happened to buy an actual box with a physical disk inside of it that contained your Windows 10 install, there will be a small business card in the back of the box that has your product key written on it. Do not just leave this in the box… even if you plan to save the box. Store the card in a safe place and consider saving the key itself in an encrypted digital file, as well.


On a PreBuilt Computer

When you buy a computer from a store such as WalMart, it will come with Windows preinstalled. Finding your product key on these machines is extremely simple: it will be located on a sticker which is usually found somewhere on the computer – usually the back or bottom. I recommend taking a photo of it to keep. These stickers can wear off pretty quickly and the number becomes impossible to read.


From the Windows OS

Still cannot locate that key? No problem! We can find it right inside of Windows itself. Click your ”Start” button and type ”Notepad” to open that application. Now, copy and paste this exact text to Notepad:

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

At the top of Notepad, click ”File” and then ”Save AS” – do not simply save it. Change the file type at the bottom of the save window to ”All File Types” and then name it ProductKey.vbs – the .VBS extension is the important part. The actual file name does not matter, and neither does the location you choose to save this text.

As soon as you have saved the file, double-click on it and a small box with your Windows product key in it will pop up. Write it down or take a photo of it for safekeeping and you’re finished.

There you have it: easy ways to grab your current licensed Windows product key.

What other questions can I help you with? Are you having trouble finding things that are driving you up the wall? Let me know!

Happy computing.

Categories: Windows

Author Kat Armstrong

You Might Also Like

  • Inclusion list for high risk file types policy

    Windows: Disable “Publisher Could Not Be Verified” Messages

    Mitch BartlettWindows
  • Windows Header

    Windows: Open Command Prompt to Specific Folder Location

    Mitch BartlettWindows
  • bluetooth-toggle-missing-windows-10

    Fix Bluetooth Toggle Missing on Windows 10 or 11

    Madalina DinitaWindows
  • surface-pen-not-working-after-update

    Fix Surface Pen Not Working After Update

    Madalina DinitaWindows

Comments

  1. param hasda says:
    November 15, 2022 at 8:25 am

    sir please help me because i cant use my computer properly because of it so tell me the solution of this please reply me please thank you

  2. Frankly Nonurbiznes says:
    October 1, 2022 at 5:06 am

    USELESS! — Waste of time—(The product key you entered didn t work.)
    R3HB7-H6HMH-F48J3-8XJVP-9QBP9

  3. TPN says:
    October 17, 2021 at 2:39 pm

    Did not help. All I got was BBBBB five times

  4. Akhi Akter says:
    August 27, 2021 at 8:42 am

    Its really amazin. Its very usefull for me.

  5. David MacKay says:
    November 11, 2019 at 5:40 am

    I have a Asus transformer which became very slow and I carried out a factory re-set but now cannot get it restarted. I have tried everything. I feel something is stopping it from rebooting.
    Any ideas please.
    I get into all set up on the blue screen but do not know what more I can do to fix problem.

    Is there a down load I can put on an USB stick I can use to reboot it?

    Desperate David.

Leave a Reply

Your email address will not be published. Required fields are marked *

fix 0x80070302 windows update error

How to Fix the 0x80070302 Windows Update Error

how to allocate more memory to a program

How to Allocate More Memory to a Program in Windows

marvel rivals memory leak fix

Marvel Rivals Using Too Much Memory – How to Fix

how to create a macro in word

How to Create a Macro in Word

how to set video as screen saver

How to Set a Video as Your Screen Saver on Windows 11

profile pic

The Experts Behind Technipages

My name is Mitch Bartlett. I've been working in technology for over 20 years in a wide range of tech jobs from Tech Support to Software Testing. I started this site as a technical guide for myself and it has grown into what I hope is a useful reference for all.

Learn More

technipages logo white
linkedin icon

Technipages is part of Guiding Tech Media, a leading digital media publisher focused on helping people figure out technology. Learn more about our mission and team here.

© 2025 Guiding Tech Media All Rights Reserved

  • About Us
  • Contact
  • Legal & Privacy

© 2025 Guiding Tech Media All Rights Reserved

Information from your device can be used to personalize your ad experience.
Do not sell my personal information.

Last Updated on September 3, 2019 by Mitch Bartlett