Windows 11 Pro won't activate after clean reinstall — Error 0xC004F213 / 0x803F7001, OEM license, no product key found

Harshvardhan Parmar 0 Reputation points
2026-08-20T20:12:50.2733333+00:00

I have a laptop (Lenovo V15) that came with a genuine, pre-activated Windows 11 Pro OEM license. Before reinstalling, I confirmed via Settings > System > Activation that it showed "Windows 11 Pro, Activated" with Product ID and the final few characters of my product key as well.

I recently had to do a clean reinstall of Windows (full format, fresh install from official Windows 11 Media Creation Tool ISO) after discovering malware on the device. After reinstalling and signing into my Microsoft account, Windows won't activate. I get:

  • Error 0xC004F213 — "Windows reported that no product key was found on your device"
  • Error 0x803F7001 when attempting slmgr -ato
  • Running Get-CimInstance -Query "select * from SoftwareLicensingService" | Select-Object OA3xOriginalProductKey in PowerShell returns empty/blank — no OEM key retrievable from firmware
  • The Activation Troubleshooter ("I changed hardware recently") reports no devices linked to my Microsoft account that can be used for reactivation
  • There's no physical COA sticker on the device
  • Phone/web activation (via slmgr /dti Installation ID) returns "our records do not recognize this as a valid product"

I have not changed any hardware — this is the same physical laptop the license was originally activated on. I'm hoping someone from Microsoft support can help me manually verify and restore activation using my Product ID, since all self-service options have been exhausted.

Happy to provide any additional diagnostic info (slmgr /dlv output, etc.) if needed.

Windows for home | Windows 11 | Licensing and activation

1 answer

Sort by: Most helpful
  1. EmilyS726 257.6K Reputation points Independent Advisor
    2026-08-20T20:48:52.97+00:00

    Hello

    If you have OEM license, especially if the OEM license was embedded in the motherboard, it should automatically reactivate. It shouldn't require troubleshooting step.

    During clean install, did you recall whether it asked you to select edition, like Home vs. Pro? If OEM license is embedded in the motherboard, typically you wouldn't even run into this step.

    Launch Powershell (note, it is not Command Prompt, but Powershell), and run this code to see if you have an OEM license on the motherboard. No need to share the license key if it returns any. Just tell me if it returns any.

    (Get-CimInstance -ClassName SoftwareLicensingService -Property OA3xOriginalProductKey).OA3xOriginalProductKey
    

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.