Windows Activation Error Codes — Fehlerbehebung 2026
Dieser Artikel ist die vollständige deutsche Anleitung zu Windows Activation Error Codes im Jahr 2026. Every common Windows activation error decoded:…
Dieser Artikel ist die vollständige deutsche Anleitung zu Windows Activation Error Codes im Jahr 2026. Activation errors look cryptic but they are highly structured: the code tells you which layer failed — network, key, permissions or licence store. This index maps every error code you are likely to meet on Windows 10, Windows 11 and Windows Server to its real cause and the exact commands that resolve it, in the order you should try them. Bookmark it: the same twelve codes account for almost every activation failure in the field.
How to read an activation error code
The prefix tells you which subsystem raised the failure, which narrows the fix before you read a single word of description.
- 0xC004Fxxx — Software Licensing Service: key, host or licence-store problem
- 0xC004Cxxx — the activation server rejected the request
- 0x8007xxxx — a Windows-level error surfaced through activation, usually permissions or a missing file
- 0x803Fxxxx — Microsoft Store or account-based activation path
The universal first-aid sequence
Before chasing a specific code, run this sequence from an elevated Command Prompt. It resolves a surprising share of failures caused purely by a stale licence cache.
- net stop sppsvc then net start sppsvc — restart the licensing service
- slmgr /upk — uninstall the current product key
- slmgr /cpky — clear the key from the registry
- slmgr /rilc — reinstall the licence files from the store
- slmgr /ipk <GVLK> then slmgr /ato — reinstall the key and retry activation
- Reboot, then slmgr /xpr to confirm the new state
0xC004F074 — no KMS host could be reached
The single most reported code. The licensing service found no Key Management Service that would answer, or the answer was rejected for a time or version reason.
- Confirm the host and port: slmgr /skms host:1688, then slmgr /ato
- Check the system clock — a skew beyond four hours breaks the Kerberos-based handshake
- Confirm TCP 1688 outbound is not blocked by a firewall or your ISP
- If no host is available at all, switch to HWID digital licensing instead of KMS
- slmgr /dlv shows which host was contacted and why the reply was refused
0xC004C003 and 0xC004C060 — the server refused the key
The activation server answered and said no. This is almost always a key-to-edition mismatch or a key that has been blocked upstream.
- Verify the GVLK matches the exact installed edition — Home, Pro, Education and LTSC each have their own
- Check the installed edition with: dism /online /get-currentedition
- slmgr /upk then reinstall the correct GVLK
- For retail keys, an exceeded activation count produces the same refusal — contact Microsoft support
0xC004F050 and 0xC004F012 — invalid key or missing licence file
The licence store itself is inconsistent. These codes usually follow an interrupted Windows upgrade or a partially removed activation tool.
- sfc /scannow — repair system files first, then retry activation
- DISM /Online /Cleanup-Image /RestoreHealth — repair the component store
- slmgr /rilc — reinstall licence files
- Re-run the activation engine after the repair completes and the machine reboots
0x80070005 — access denied
Nothing is wrong with your licence: the process lacked the rights to write the state it needed to write.
- Run the tool or Command Prompt as administrator — right-click → Run as administrator
- Add the tool folder to Windows Security exclusions; a mid-run quarantine surfaces as access denied
- Temporarily disable third-party antivirus, which is a common cause on managed machines
- On a domain-joined device, check whether Group Policy restricts activation
0x803FA067 and 0x803F7001 — no licence found for this device
These come from the account-based activation path. Windows looked for a digital entitlement for your hardware and found none.
- Common after a motherboard replacement, which changes the hardware hash
- Sign in with the Microsoft account that held the original digital licence
- Settings → System → Activation → Troubleshoot → 'I changed hardware on this device recently'
- If the entitlement is genuinely gone, register a fresh HWID licence or install a GVLK and use KMS
Grace period, notification mode and rearm
Windows does not stop working when activation fails — it moves through a grace period into notification mode, where personalisation is locked and a watermark appears. slmgr /rearm resets the grace counter (a limited number of times per install), which buys time while you resolve the underlying cause.
- slmgr /dli — shows the current licence status and remaining grace
- slmgr /rearm — resets the evaluation period, then reboot
- Rearm is a stopgap, not a fix: the licence still needs resolving
- Notification mode does not delete files, block updates or disable applications
When the tool itself is the problem
If activation fails identically across every engine, suspect the environment rather than the licence. The usual culprits: a Defender exclusion that was never added, an unelevated process, a corrupted download (check the SHA-256), a clock skew, or an edition the chosen engine cannot license — HWID cannot license LTSC, and Online-KMS cannot produce a permanent Windows 11 Pro licence.
Get the current build
The current 2026 build is distributed from officialkmsauto.com as a plain ZIP — no password, no installer, no bundled software, no signup. Verify the published SHA-256 before you extract, add the folder to Windows Security exclusions, then run the executable as administrator. Everything on this page works the same whether you use the tool or type the commands yourself.
Windows Activation Error Codes System Requirements & Compatibility (2026)
Windows Activation Error Codes is engineered for the modern Microsoft activation stack. The tool runs on Windows 7 SP1, Windows 8.1, Windows 10 (all builds from 1507 to 22H2) and every Windows 11 release including 23H2 and 24H2. Both x64 and ARM64 hardware are supported, and the activator also recognises Server SKUs such as Server 2016, 2019 and 2022. On the Office side, Click-to-Run installations of Office 2013, 2016, 2019, 2021, 2024 and Microsoft 365 are detected automatically — including LTSC channels. You do not need to uninstall a previous KMS client or remove an existing product key: the script reads the current edition through slmgr and routes it to the correct activation method (HWID for Windows, Ohook for Office).
- Windows 7 SP1 / 8.1 / 10 / 11 — all editions (Home, Pro, Education, Enterprise, IoT, LTSC)
- Windows Server 2008 R2 through Server 2025
- Office 2010, 2013, 2016, 2019, 2021, 2024 and Microsoft 365 Apps
- Architectures: x86, x64, ARM64
- .NET Framework 4.6+ (preinstalled on Windows 8.1 and later)
Windows Activation Error Codes Troubleshooting: Common Errors & Fast Fixes
Most Windows Activation Error Codes failures fall into three buckets: antivirus interference, missing administrator rights, or a corrupted Software Protection Service. If you see error 0xC004F074 the KMS host could not be contacted — disable Defender real-time scanning for two minutes, then re-run the activator. Error 0xC004C003 means the product key is blocked by Microsoft; switch to the HWID method, which bypasses key validation entirely by binding the licence to your motherboard's hardware ID. Error 0x80070005 (Access Denied) is always a UAC issue — right-click the executable and select "Run as administrator". If activation succeeds but reverts after reboot, open services.msc, set "Software Protection" to Automatic, and restart sppsvc.exe. For Office, run the Office Click-to-Run repair from Settings → Apps → Microsoft 365 → Modify → Quick Repair before retrying Ohook.
- 0xC004F074 — pause antivirus, re-run as administrator
- 0xC004C003 — switch to HWID (no key required)
- 0x80070005 — UAC denied, use "Run as administrator"
- Activation reverts on reboot — set "Software Protection" service to Automatic
- Office not detected — run Quick Repair, then re-run Ohook
Frequently asked questions
▸What does 0xC004F074 mean exactly?
The Software Licensing Service could not reach a Key Management Service that would activate this machine, or the host refused the reply. Check the host and port, the system clock, and outbound TCP 1688 — or switch to HWID digital licensing, which needs no host.
▸Is slmgr /rearm safe to run?
Yes, it is a built-in Windows command that resets the activation grace period. It is limited to a small number of uses per installation and it does not fix the underlying licence problem — treat it as breathing room.
▸Does an unactivated Windows stop working?
No. It enters notification mode: a desktop watermark and locked personalisation settings. Files, applications and Windows Update all continue to function.
▸Why did activation break after I changed hardware?
A digital licence is bound to a hardware hash that includes the motherboard. Replacing it invalidates the hash. Use the activation troubleshooter with 'I changed hardware on this device recently', or register a new entitlement.
▸Which command tells me the truth about my licence?
slmgr /dlv gives the fullest picture: activation ID, licence channel, KMS host contacted and remaining lease. slmgr /xpr is the one-line answer to 'am I permanently activated'.
▸Can antivirus cause an activation failure?
Yes, and it often does. Defender quarantines KMS-class executables mid-run, which surfaces as 0x80070005 or a silent failure. Add the folder to exclusions before running anything.
Read this article in another language
Related articles
Wie Aktiviert Man Office 商业版中文激活 Kostenlos 2026 — Schritt-für-Schritt
Dieser Artikel ist die vollständige deutsche Anleitung zu Office 商业版中文激活 im Jahr 2026. Office 商业版中文激活: 完整 2026 教程。OfficialKMSAuto 免费下载,密码 。支持…
Read article →
KMSAuto Türkçe — Ücretsiz İndir 2026 Kostenlos Herunterladen 2026 — Windows & Office Aktivator
Dieser Artikel ist die vollständige deutsche Anleitung zu KMSAuto Türkçe — Ücretsiz İndir 2026 im Jahr 2026. KMSAuto Türkçe — Ücretsiz İndir 2026: full 2026…
Read article →
Wie Aktiviert Man Activate Office 2024 LTSC Volume License (Free, 2026) Kostenlos 2026 —…
Dieser Artikel ist die vollständige deutsche Anleitung zu Activate Office 2024 LTSC Volume License (Free, 2026) im Jahr 2026. Activate Office 2024 LTSC Volume…
Read article →
360/腾讯杀毒报毒 KMSAuto 怎么办 — Fehlerbehebung 2026
Dieser Artikel ist die vollständige deutsche Anleitung zu 360/腾讯杀毒报毒 KMSAuto 怎么办 im Jahr 2026. 360/腾讯杀毒报毒 KMSAuto 怎么办: 完整 2026 教程。OfficialKMSAuto 免费下载,密码 。支持…
Read article →
Wie Aktiviert Man Activate Office 2013 Professional Plus Kostenlos 2026 — Schritt-für-Schritt
Dieser Artikel ist die vollständige deutsche Anleitung zu Activate Office 2013 Professional Plus im Jahr 2026. Activate Office 2013 Professional Plus:…
Read article →
Activate Windows 11 After a BIOS / CMOS Reset — Fehlerbehebung 2026
Dieser Artikel ist die vollständige deutsche Anleitung zu Activate Windows 11 After a BIOS / CMOS Reset im Jahr 2026. Activate Windows 11 After a BIOS / CMOS…
Read article →
Download OfficialKMSAuto
Free to download. Covers Windows 7, 8, 10, 11 and Office 2010–2024.
Download Activator — Free