Remove Windows 10 Product Key From Registry To Make It Invisible

See how to remove Windows 10 product key from registry to make it invisible from Windows key finder software. And commands to manage your Windows licensing

Remove Windows 10 Product Key From Registry To Make It Invisible

Windows stores the product key used to activate Windows inside its registry. The product key is not visible from any Windows settings, but can be retrieved using third party product key finder programs. This article will tell you how to remove the Windows 10 product key from the registry to make it invisible from key finder software.

While finding the lost product key in Windows 10 can be useful, sometimes it poses a threat for your key to be stolen and used somewhere else. This can be the case, especially when you are using an enterprise license where only one key can be activated multiple times. This includes licenses from Microsoft Action Pack and MSDN subscriptions.

Windows is permanently activated

Let’s go through the process of removing the Windows 10 product key from the registry, so it can’t be retrieved using any product key finder software.

Also check how to extract Windows 10 product key from Registry.

Remove Windows 10 Product Key from Registry

  1. Open command prompt with administrative privileges (Windows Key + X + A)
  2. Issue the following command:

    slmgr /cpky

remove windows 10 product key
Product key from registry cleared successfully

That’s it. Now the product key cannot be seen using any software. /cpky only partially removes the product key. Only the last 4 characters of the product key can be retrieved.

Please note that this command will not harm your computer or Windows licensing. Windows will remain activated, and only the product key will be removed from the registry.

slmgr command starts Microsoft software licensing manager, and /cpky switch clears the product key from the registry. You can see the partial product key using the following command:

slmgr /dli

If you want to completely uninstall the product key from your computer and deactivate Windows, you may issue the following command in the command prompt with administrative privileges:

slmgr /upk

To install a new product key, you may run the following command:

slmgr /ipk

After installing the new product key, you will need to activate Windows, which can be done by running the following command:

slmgr /ato

You can view the details of your current Windows license using the following command:

slmgr /dlv

You can also view the expiry date of your current license state using the following command:

slmgr /xpr

Let me ask you one question. If you are a network/system administrator and want to remove the Windows 10 product key from all the computers running on your network, how would you do it?

Latest posts
Critical process died windows 11
How To Fix Critical Process Died BSoD Error On Windows 11, 10

Critical Process Died is always encountered as a BSoD. Prevent system crashes with these solutions.

View post
Patch Tuesday Windows 10
Windows 10 KB5032189 Fixes Touchscreen, Update Installation Issues

Protect your Windows 10 devices with KB5032189 that addresses zero-day vulnerabilities that are actively being exploited.

View post
Windows 11 Known Issues and Solutions
Windows 11 Latest Known Issues And Their Fixes

Each Windows update comes with its own set of issues. Learn what problems there are in the latest Windows updates before installing them, and bypass/fix them if needed.

View post

3 comments

  • Blublu

    This is useless. Windows 10 save a common windows key after activation as it doesn´t keep the actual cd-key used to activate it anymore.

  • Leonardo
    Leonardo

    I was unable to run any of the cited commands – windows tells me slmgr is not a valid command. What to do?

    • Chinmay
      Chinmay

      You need to run CMD as an administrator. It will work fine.

Leave your comment