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.
Affects: Windows 11 (and Windows 10) on OEM-licensed PCs.
Fix time: ~10 minutes.
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.
- Open Terminal (Admin).
- Run:
wmic path softwarelicensingservice get OA3xOriginalProductKeyReturns the 25-character OEM key.
- If empty: PC may not have OEM key in firmware (retail PC, hand-built, or BIOS reset cleared MSDM table).
- Alternative PowerShell command:
(Get-CimInstance -Query "SELECT * FROM SoftwareLicensingService").OA3xOriginalProductKey - Enter the key: Settings → System → Activation → Change product key. Paste the key. Activation should succeed.
This is the standard recovery.
Method 2: Use Microsoft Account-linked digital license
For PCs previously linked to MSA.
- If the previous Windows installation was signed in to your Microsoft Account: digital license is linked to MSA, not just hardware.
- Sign in to the same MSA on this Windows. Settings → Accounts → Your info → Sign in with Microsoft account.
- After sign-in: Settings → Activation → Troubleshoot. Tool detects linked digital license and applies it.
- For PCs with multiple MSAs ever linked: sign in to each one to find the digital license.
- For verifying digital license exists: visit account.microsoft.com/devices — signed in MSA shows devices and their license status.
- 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.
- Use Belarc Advisor (free): generates report with installed software keys including Windows OEM. Read from disk image.
- 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.
- For physical sticker keys: older PCs (pre-2014) had product key sticker on case. Look there.
- For retail-purchased Windows: key in your Microsoft Account → Order History.
- For PCs from Dell/HP/Lenovo: contact vendor support with PC serial number. They often have the key on file and can provide.
- For corporate PCs: contact IT. They have volume license records.
- 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.