Fix Windows 11 Cannot Find Original Product Key After Reset
🔍 WiseChecker

Fix Windows 11 Cannot Find Original Product Key After Reset

Quick fix: After reset, Windows can’t find the OEM product key. Recovery: Open Terminal (Admin) and run wmic path softwarelicensingservice get OA3xOriginalProductKey. Returns OEM key from UEFI firmware. Enter it via Settings → Activation → Change product key.

You reset Windows 11. Now it shows “Not activated.” You don’t have the product key printed anywhere — it was OEM pre-installed. Most OEM PCs store the key in UEFI firmware. Windows usually auto-reads, but sometimes fails after reset.

Symptom: Windows 11 says “Not activated” after Reset; can’t find original OEM product key.
Affects: Windows 11 (and Windows 10) on OEM-licensed PCs.
Fix time: ~10 minutes.

ADVERTISEMENT

What causes this

OEM Windows licenses (Dell, HP, Lenovo, ASUS pre-built PCs) are typically stored in the UEFI firmware’s ACPI MSDM table. Windows auto-reads at install and activates. Sometimes this auto-read fails after reset — manual extraction via WMIC or Microsoft tools.

Method 1: Extract OEM key from UEFI firmware

The standard route.

  1. Open Terminal (Admin).
  2. Run:
    wmic path softwarelicensingservice get OA3xOriginalProductKey

    Returns the 25-character OEM key.

  3. If empty: PC may not have OEM key in firmware (retail PC, hand-built, or BIOS reset cleared MSDM table).
  4. Alternative PowerShell command:
    (Get-CimInstance -Query "SELECT * FROM SoftwareLicensingService").OA3xOriginalProductKey
  5. Enter the key: Settings → System → Activation → Change product key. Paste the key. Activation should succeed.

This is the standard recovery.

ADVERTISEMENT

Method 2: Use Microsoft Account-linked digital license

For PCs previously linked to MSA.

  1. If the previous Windows installation was signed in to your Microsoft Account: digital license is linked to MSA, not just hardware.
  2. Sign in to the same MSA on this Windows. Settings → Accounts → Your info → Sign in with Microsoft account.
  3. After sign-in: Settings → Activation → Troubleshoot. Tool detects linked digital license and applies it.
  4. For PCs with multiple MSAs ever linked: sign in to each one to find the digital license.
  5. For verifying digital license exists: visit account.microsoft.com/devices — signed in MSA shows devices and their license status.
  6. This works even if MSDM key extraction fails.

Right path when MSA was used previously.

Method 3: Recovery via third-party tools or vendor support

For edge cases.

  1. Use Belarc Advisor (free): generates report with installed software keys including Windows OEM. Read from disk image.
  2. Use ProduKey from NirSoft (free): displays Windows product key from current registry. Caveat: may show generic key (KMS or volume), not the real OEM key.
  3. For physical sticker keys: older PCs (pre-2014) had product key sticker on case. Look there.
  4. For retail-purchased Windows: key in your Microsoft Account → Order History.
  5. For PCs from Dell/HP/Lenovo: contact vendor support with PC serial number. They often have the key on file and can provide.
  6. For corporate PCs: contact IT. They have volume license records.
  7. For abandoned PCs (someone else’s old PC): without the key, you can’t reactivate. Buy a new key.

This is the right path for hard cases.

How to verify the fix worked

  • Settings → Activation: Windows is activated.
  • Run slmgr /xpr: shows permanently activated.
  • Activation method shows: Digital license linked to MSA, or Product key.

If none of these work

If can’t find key: Phone activation: slui 4 from Run dialog. Phone Microsoft activation. Provides numeric ID for entry. Reactivate via Microsoft Support: support.microsoft.com → Contact Support. They can help with legitimate cases. For PC bought used: previous owner’s license may not transfer. Buy new license. For PCs upgraded from Windows 7/8 with free upgrade: digital license created. Sign in to MSA used during upgrade. Otherwise need to buy. Last resort: buy Windows 11 key: Microsoft Store $140 Home / $200 Pro. Cheaper alternatives from authorized resellers.

Bottom line: wmic path softwarelicensingservice get OA3xOriginalProductKey extracts OEM key from UEFI. Sign in to MSA for digital license. Vendor support for missing keys.

ADVERTISEMENT