0xC004F034ActivationHigh

Error 0xC004F034 — SL_E_PRODUCT_KEY_NOT_FOUND | Windows Activation Fix

Windows 10Windows 11Windows Server 2016Windows Server 2019Windows Server 2022

What Does 0xC004F034 Mean?

The Software Licensing Service reported that the product key could not be found. No valid product key is installed for the current edition of Windows.

Real-World Causes

  1. 1Windows was installed without entering a product key
  2. 2Product key was removed by slmgr /upk or a third-party tool
  3. 3Upgrade from a previous Windows version failed to transfer the key
  4. 4Corrupted licensing store lost the product key data

Symptoms

  • Windows shows as not activated in Settings
  • 'Activate Windows' watermark on the desktop
  • slmgr /dli shows no partial product key
  • Volume license clients fail to contact KMS

DIY Fix

Beginner-friendly steps you can try at home

  1. 1Enter your product key in Settings > System > Activation > Change product key
  2. 2Or use Command Prompt: slmgr /ipk <your-product-key>
  3. 3Then activate: slmgr /ato
  4. 4Check your Microsoft account for a linked digital license at account.microsoft.com/devices

Advanced Fix

For experienced users and IT professionals

  1. 1For OEM systems, retrieve the key from BIOS: wmic path SoftwareLicensingService get OA3xOriginalProductKey
  2. 2For volume licensing, set the KMS client key: slmgr /ipk <GVLK-key>
  3. 3Rebuild the token store: stop sppsvc, delete tokens.dat from C:\Windows\System32\spp\store\2.0, restart
  4. 4Use PowerShell: (Get-CimInstance -Query 'SELECT OA3xOriginalProductKey FROM SoftwareLicensingService').OA3xOriginalProductKey

Frequently Asked Questions

Where can I find my product key?
For OEM PCs, the key is often embedded in UEFI firmware. Run 'wmic path SoftwareLicensingService get OA3xOriginalProductKey' in Command Prompt. For retail purchases, check your email receipt or the product packaging.
Can I activate without a product key?
If you previously activated Windows 10 or 11 with a Microsoft account on the same device, you may have a digital license. Go to Settings > Activation > Troubleshoot and sign in with your Microsoft account to check.

Related Error Codes

About the Author

Windows Troubleshooting Team

Verified against official Microsoft documentation and real-world diagnostic data. Error behavior confirmed across Windows 10, Windows 11, and Windows Server.