How to Find Your Windows 11 Product Key? — 7 Easy Methods

It’s more than a year into Windows 11! But unfortunately, some Windows users have not yet tried out this new generation of Windows. That’s a shame!

If you are also part of the Windows 11 virgin group, it’s high time you give a short to Windows 11’s graphic-rich interface. If you are already using Windows 10, it is free to install Windows 11 on your computer.

But we will highly recommend you to find the Windows 11 product in case you lose your activation after moving to Windows 11. Plus, you can gain full access to Windows customization options.

This guide is directed to help Windows users understand why they need the Windows 11 product key and how to find one for their device. So, let’s scroll down to find your Windows 11 product key.

What’s Exactly a Windows 11 Product Key?

A product is a unique 25-character code by Microsoft that you can use to activate your Windows 11 operating system. Since Microsoft has restricted customization and a couple of other features in the free version; thus, it is important for you to buy the product key to unlock all Windows 11 features.

However, if you purchased a machine loaded with Windows OS, it already has an activated product key. The product key will look something like this:

PRODUCT KEY: XXXXX-XXXXX-XXXXX-XXXXX-XXXXX

However, if you are customizing your PC, you have to buy a product key for Windows 11. You can buy the retail product key that you can reuse over time. On the contrary, the product key that comes with Windows laptops is linked to its motherboard. These product keys are OEM license keys that can be only used on a device.

Is It Possible to Install Windows 11 Without a Product Key?

Yes!

Microsoft allows users to download Windows 11 without any license key. By simply visiting Windows 11 official website, you can download the Media Creation Tool located under the Create Windows 11 Installation Media section to create a bootable drive with Windows 11.

Once you have installed the Windows 11 installation media, you can download it on your device following the setup wizard instructions.

When the wizard asks you to Activate Windows, click on the option “I don’t have a product key” at the bottom. After that, Microsoft will not ask for the Windows 11 product key during the installation.

Why Find The Windows 11 Product Key?

You must be wondering when Windows 11 can be easily installed without a product key; why should I need one?

Well, Windows users, you have simply installed Windows 11 without a product key, but it is not activated yet. Microsoft lets you use Windows 11 free forever. However, you are restricted to limited features only. You can not access many Windows 11 features, such as:

  • You will not get Personalization options from the Settings until you activate your Windows 11 user license.
  • Whenever you open the Settings app, you will get unobtrusive notifications saying that your Windows 11 is not activated and it’s recommended to purchase a Windows 11 product key.
  • In addition, Windows 11 will start showing an Activate Windows watermark on the bottom. It can be a big hindrance on your screen.

How to Find Your Windows 11 Product Key?

Don’t want to settle with limited Windows 11? If so, it is essential for you to find a Windows 11 product key to activate your operating systems.

Before exploring methods to find your Windows 11 product key, let’s first understand how to check if your laptop or PC has activated OS or not.

To do so, head over to the Settings app by pressing Windows and I key. Next, go to System > Activation and check whether your Windows 11 computer is in the activation state or not.

If not, use these methods to find your Windows 11 product key:

Method 1. Find Windows 11 Product Key using Command Prompt

With the Command Prompt, you can easily navigate your Windows product key as follows:

Step 1. Press the Windows key to search for the Command Prompt. After that, click on the Run as Administrator from the right pane.

Step 2. Copy and paste the following command in the Command window. After that, press the Enter button.

wmic path SoftwareLicensingService get OA3xOriginalProductKey

Command window

Step 3. This way, you will instantly see your Windows 11 product key to activate your operating system.

Method 2. Find Windows 11 Product Key using a VBS Script

You can find your Windows 11 product key using the Visual Basic script. It is an advanced method, so follow these steps carefully:

Step 1. Open the Notepad app and paste the following mentioned script—

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

Step 2. After that, click on the File > Save As, and you can name your file “productkey.vbs” or something similar.

Step 3. Once you run the VBS script, you will get an instant pop-up window with your license key.

Method 3. Find Windows 11 Product Key using PowerShell

You can also use PowerShell to find your Windows product keys. The process is similar to the Command Prompt with different commands. Here’s how the PowerShell method works:

Step 1. Type “powershell” in the search field and click on the Run as Administrator option.

Windows PowerShell

Step 2. Once the PowerShell prompt is executed, paste this command and hit the Enter button.

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

Step 3. Your original Windows 11 product key will appear on the PowerShell prompt screen.

Method 4. Find Windows 11 Product Key using the Registry Editor

Are you a technical Windows user? If so, you can directly find a Windows product key in the Registry File. However, always be extra careful while tweaking around the Registry Editor, as one wrong move and you might end up corrupting your entire Windows system.

So, exactly follow these steps to retrieve your Windows 11 product key from the Registry File:

Step 1. Type “regedit” in the Windows search tool and select the Registry Editor application.

Registry Editor

Step 2. Click on the Run as Administrator option and type this command in the left-hand windowpane in the editor—

Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform

Step 3. Now, the BackupProductKeyDefault key will reveal a valid Windows 11 product key.

Method 5. Find Windows 11 Product Key using the License Sticker

If you have a Windows laptop, the product key sticker is mostly glued to the bottom of your device. Just turn your laptop upside-down, and you can find a 25-character product key. If you have purchased a Windows 10, 8 or even older laptop, your product key will seamlessly work to upgrade to Windows 11 OS.

However, if you ordered a product key online, check your email or invoice slip to find the product key. Besides this, you can find a product key on the retail package or disc.

Method 6. Find Windows 11 Product Key Contacting System Administrator

If you are using Windows 11 Pro or Enterprise managed by your organization; it is not possible to retrieve the license key on your own. You have to contact your system administrator who has installed the OS on your computer.

You can also reach out to your company’s IT department to find the product key. Most company laptops use MSDN Volume Licensing that only an administrator can access.

Method 7. Find Windows 11 Product Key using the Third-party Tools

If none of the above methods worked, you could download the third-party tools to find your system’s product key. On Microsoft Store, you can find multiple tools to find product keys, even on the OEM machines.

For this guide, we will show how to find Windows 11 product key using ShowKeyPlus:

Step 1. Go to the Microsoft Store and search for ShowKeyPlus. After that, install it on your computer.

Step 2. Launch the software, and under the Home tab, you can see the installed key and OEM key.

Windows Product information

Let’s Activate Windows 11!

There is no fun in using the Windows 11 without a product key as you can not customize settings, and the Windows Activate watermark will constantly annoy you.

So, just find your Windows 11 product key and enjoy all the awesome features that Windows 11 has to offer. Plus, if you have already purchased a Windows laptop, you don’t even have to purchase a product key. Just add your Windows product key, and you are done.

We hope you find this post helpful! Do check our other posts to know more about Windows 11.

Leave a comment

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

Popular Post

Recent Post

How to Read Text Messages Out Loud with Android

By CleanerBestComputer / June 4, 2023

Introduction By changing settings from the device’s accessibility screen, you may use Google’s Text-to-Speech tool. Select the content that will be read, decide how the smartphone will respond, and watch a brief instruction on how text-to-speech functions to improve your device. When enabled, your phone can read text out loud when you hold over something […]

How to Fix a Kmode Exception Not Handled Error in Windows

By CleanerBestComputer / May 27, 2023

Introduction: If you use Windows frequently, encountering bugs and errors is quite inevitable, especially the Blue Screen of Death (BSOD) errors. And well, one such frustrating issue is the kmode exception not handled error that barges out of the blue hindering your workflow. Whether you are a tech-savvy enthusiast or a casual user, understanding and […]

How to Fix the “Class not Registered” Error on Windows

By CleanerBestComputer / May 19, 2023

Introduction: If you’ve ever encountered the frustrating “Class not Registered” error message on your Windows computer, you’re not alone. This common issue can occur when you attempt to open a file, launch an application, or perform certain actions on your system. It often leaves users puzzled and wondering what went wrong. The “Class not Registered” […]

How to Screen Record on Windows 11

By CleanerBestComputer / May 13, 2023

Introduction Open the Snipping Tool to begin a screen recording in Windows 11 to capture what is on your screen. You can also open the Game Bar on your Xbox by pressing Windows+G, then launch the recording window and tap the record button. Use a third-party program, such as OBS, ScreenPresso, or GeForce Service, to […]

Best Apple Pencil Apps for Productivity in 2023

By CleanerBestComputer / May 7, 2023

Introduction The Ecosystem of the Apple company is huge as once you purchase any Apple device, you cannot resist other accessories of the Apple company. An Apple pencil is a part of the ecosystem and accessories for iOS Tablets and Macs. Whether you own a Tablet, MacBook, or iPhone, Apple pencil works on every device. […]

How to Customize the Taskbar in Windows 11

By CleanerBestComputer / April 29, 2023

Introduction Taskbar is very useful in quick access to any other Windows directly from the Taskbar panel. But are you aware of the advantages and features you can access with a taskbar? Many people have no clue about what you can do with your Taskbar and how you can customize it. Therefore you can enjoy […]

Top 10 Offline RPGs For Windows in 2023

By CleanerBestComputer / April 22, 2023

Introduction Looking for offline games! We got you a list of RPGs in 2023. In the developing World, the gaming community is rising with lightning speed. People play multiple role play games online with friends or for earning purposes. Nowadays, there are many popular platforms like YouTube and Twitch where you can earn money by […]

10 Best Coding Apps for Kids on Android And iOS

By CleanerBestComputer / April 15, 2023

Introduction There has never been a better opportunity to get a competitive edge on whatever you want your young champ to learn, whether it is how to build some of the best useful apps or beautiful websites. The nicest aspect is the absence of an age requirement. It gives everyone—adults, teenagers, and children—endless opportunities. As […]

The Best 5 Screenshot Applications for Android to try now

By CleanerBestComputer / April 8, 2023

You often struggle with taking screenshots on your Android phone following the default method, i.e., pressing the lock and volume down buttons together. The situation worsens further when either of the keys is not working properly. Besides, you need to synchronize the press times of both keys to take the screenshot, which often leads to […]

10 Best Translator Apps for Android & iOS

By CleanerBestComputer / March 30, 2023

Introduction Technology has made it easy for people to connect worldwide. Whether you are interacting online or traveling to other locations, you can talk directly to people from those areas. Yet, just because the means to do it is now available, it does not remove the problem of language barriers. While you can learn the […]