Are you searching for your Windows 11 product key? You’re at the right place!

Depending on your purchase, you either have the product key or a digital license to your copy of Windows 11.

A digital license is linked to your Microsoft account. You mostly get one if you have upgraded from earlier genuine Windows versions, purchased an upgrade (ex. home to pro) from Microsoft, bought Windows 11 from the Microsoft Store app, etc.

In other cases where you have gone to an authorized retailer or Microsoft store, you get a product key instead.

If you don’t have the digital license to Windows 11, you’ll need a product key for clean installs or reactivation after significant hardware changes.

But can’t you have it already by just navigating to System>About and checking the Product ID?

<img alt="" data- data-src="https://kirelos.com/wp-content/uploads/2022/07/echo/device-id.png" data- height="468" src="data:image/svg xml,” width=”727″>

The answer is no. Some might confuse it with product key, but both are entirely different. The product ID depends on your license: retail, enterprise, educational, etc.

Similarly, the product key also differs from the Device ID.

So now you know some basics, let’s dive in and see how to take hold of your Windows 11 product key.

Command Prompt or Powershell

This is the best way to find the key without any hassles.

Type cmd in the Windows taskbar, search to open the command prompt. Alternatively, open Windows Run by ⊞ R, type cmd, and hit enter.

Now copy-paste the following code in Command Prompt to get the product key:

wmic path softwareLicensingService get OA3xOriginalProductKey
<img alt="command product to find windows 11 product key" data- data-src="https://kirelos.com/wp-content/uploads/2022/07/echo/windows-product-key.jpg" data- height="472" src="data:image/svg xml,” width=”751″>

Similarly, we can use a different command to have the same result in Powershell, which is a lot like Command Prompt but more powerful.

First, type Powershell in the Windows Run and click enter. Or you can use the taskbar search to open it.

Subsequently, paste this command and hit enter to get your Windows 11 product key.

powershell "(Get-WmiObject -query ‘select * from SoftwareLicensingService’).OA3xOriginalProductKey"

VBS Script

Want some geeky way to do this–create a VB Script file to have the product key.

While it sounds super technical, we’ll copy-paste some code into a text file, change its extension, and run the script.

Start with creating a .txt file, and let’s name it win11key.

Now paste this code into the text file and save the changes.

Set WshShell = CreateObject("WScript.Shell")
MsgBox ConvertToKey(WshShell.RegRead("HKLMSOFTWAREMicrosoftWindows NTCurrentVersionDigitalProductId"))

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

Lastly, rename the extension from .txt to .vbs, and run the script with a double-click.

<img alt="VB script to find win 11 product key" data- data-src="https://kirelos.com/wp-content/uploads/2022/07/echo/image-3.jpg" data- height="188" src="data:image/svg xml,” width=”424″>

Registry

Another way to have the keys is to discover them inside the Windows registry.

First, you need to open the registry editor by typing regedit in the Run.

Subsequently, you can navigate this path:

ComputerHKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionSoftwareProtectionPlatform

Alternatively, you can copy-paste-enter the same path in the empty field under the registry menu to land there directly.

<img alt="windows 11 product key in registry" data- data-src="https://kirelos.com/wp-content/uploads/2022/07/echo/win-11-key.jpg" data- height="270" src="data:image/svg xml,” width=”966″>

Now you can see your key against the BackupProductKeyDefault.

3rd Party Key Finders

Windows have 3rd-party software for just about anything.

You can download ShowKeyPlus from the Microsoft store to find the Windows 11 product key.

<img alt="showkeyplus to find Windows 11 product key" data- data-src="https://kirelos.com/wp-content/uploads/2022/07/echo/showkey-plus-e1657622266185.png" data- height="460" src="data:image/svg xml,” width=”1000″>

Download this utility and open it to have the key.

Though there are more applications in and out of the Microsoft Store, ShowKeyPlus is widely recommended and highly rated.

Besides, you can directly save the product key in a text file using ShowKeyPlus.

Check Your Hardware

PCs/Laptops that come with Windows 11 preinstalled will most likely have the key pasted on the chassis somewhere or with the original packaging.

However, it can be difficult to reach positions on the back or under the CPU.

Purchase Details

If you don’t want to use the above methods or are somehow not succeeding, there are still some standard places to look for your Windows 11 product key.

You need to check your order details if you have bought your copy of Windows 11 from Microsoft Store, Best Buy, Amazon, etc.

You can also look into the email you might have received at that time.

After everything, if you still can’t find the product key, maybe it’s time to contact the respective eCommerce support.

Still Can’t Find the Windows 11 Product Key?

The final step can be contacting Microsoft support. They can help if you’ve purchased a genuine Window product key or have hardware that came with it.

And while you’re here, let us suggest some registry tweaks to enhance the Windows 11 experience.