How to Activate Windows 10 and 11: All Methods — Key, Digital License, Phone
How to activate Windows 10 and 11 using a product key, digital license, or phone activation. Check activation status, fix errors 0xC004F213 and 0x803F7001.
Windows activation confirms your copy is genuine and not used on other devices. Without activation, some features are unavailable — like desktop personalization.
Check Activation Status
# Quick check
slmgr /xpr
# Detailed info
slmgr /dlv
Or: Settings → System → Activation
Method 1 — Product Key (25 characters)
If you have a key in format XXXXX-XXXXX-XXXXX-XXXXX-XXXXX:
Via Settings:
Win + I→ System → Activation- "Change product key"
- Enter the key → "Next" → "Activate"
Via Command Prompt (as administrator):
slmgr /ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
slmgr /ato
Method 2 — Digital License (automatic)
If Windows was previously activated on this PC, it will activate automatically after reinstallation. The digital license is tied to your hardware.
If it didn't activate automatically:
Win + I→ System → Activation- "Troubleshoot activation"
- "I changed hardware on this device recently"
- Sign in to the Microsoft account linked to the license
Method 3 — Phone Activation
For volume licenses or when internet activation fails:
slui 4
- Select your country → "Next"
- Call the toll-free Microsoft number
- Read the Installation ID (54 digits)
- Receive the Confirmation ID
- Enter it in the wizard
Method 4 — Link to Microsoft Account
Link your license to an account — so you can reactivate on a new PC:
Win + I→ System → Activation- "Add a Microsoft account"
- Sign in or create an account
Fixing Activation Errors
Error 0xC004F213 — key doesn't match edition
A Windows Home key won't work on Windows Pro. Check your edition:
Get-WindowsEdition -Online
Error 0x803F7001 — no product key found
# Check embedded BIOS key
wmic path SoftwareLicensingService get OA3xOriginalProductKey
Error 0xC004C003 — blocked key
The key is used on too many devices. Contact Microsoft Support.
Error 0xC004F074 — activation server unavailable
Test-NetConnection -ComputerName activation.sls.microsoft.com -Port 443
slmgr /ato
Corporate Activation (KMS)
For Windows Pro/Enterprise on a domain:
slmgr /skms kms-server.company.local
slmgr /ato
# Check KMS activation status
slmgr /dlv | Select-String "KMS"
Summary
| Situation | Solution |
|---|---|
| Have a product key | slmgr /ipk key → slmgr /ato |
| Reinstall on same PC | Automatic or Troubleshoot |
| Have Microsoft account with license | Settings → Activation → Sign in |
| No internet | slui 4 → phone activation |