Introduction / Why This Is Needed
Windows activation is the process of confirming the legitimacy of your operating system copy. Without activation, you won't be able to receive security updates, change the theme, use certain personalization settings, and a watermark will appear in the lower-right corner of your screen. This guide will help you activate Windows 10 or 11 using any available method: through a digital license, product key, or built-in troubleshooting tools. After following the instructions, your system will become fully functional and legitimate.
Requirements / Preparation
Before you begin, ensure that:
- You have a stable internet connection (activation requires communication with Microsoft servers).
- You have a product key (25 characters, separated by dashes) or your motherboard already has a digital license (common on computers from major manufacturers like Dell, HP, Lenovo, etc.).
- You are logged in with administrator privileges.
- You are using an original, unmodified Windows 10 or 11 build (officially downloaded from the Microsoft website or pre-installed by the manufacturer).
Step-by-Step Guide
Step 1: Determine Your Current License Status and Type
First, you need to understand how your Windows "sees" the license. This will help you choose the correct activation method.
- Press
Win + R, typecmd, and pressCtrl + Shift + Enterto run Command Prompt as an administrator. - Enter the command:
slmgr.vbs /dlv - In the window that appears, find:
- Description — the license type (e.g.,
Windows(R) Operating System, VOLUME_KMSCLIENT channelorWindows(R) Operating System, OTA channel). - License Status — the status (
LicensedorUnlicensed). - Partial Product Key — the last 5 characters of your key (if it was already installed).
- Key Management Service (KMS) name — if a corporate KMS server is being used.
- Description — the license type (e.g.,
This information will show whether you need to enter a new key or if the system already has a digital license that just needs to be "picked up" from the internet.
Step 2: Activation via Digital License (The Easiest Method)
If you have a modern PC purchased with Windows pre-installed, or you previously activated Windows on the same hardware (e.g., after replacing a drive), you likely have a Digital License tied to your motherboard.
- Ensure the computer is connected to the internet.
- Open Windows Settings (
Win + I) → Update & Security → Activation. - If the system detects a digital license for your hardware, you will see the message "Windows is activated with a digital license" or the "Activate" button will become available.
- Simply click "Activate" (if needed). The system will contact Microsoft servers and activate automatically.
- If the status remains "Not activated" and the button is inactive, the hardware may have changed (motherboard replacement) or the license isn't linked. Proceed to the next method.
⚠️ Important: When replacing the motherboard, an OEM digital license usually "resets." You will need a new key (if it was linked to the old motherboard) or contact Microsoft Support with proof of purchase.
Step 3: Activation Using a Product Key (Manual Entry)
This method is suitable if you have a separately purchased key (retail, FPP) or a key from a box.
- In the same Settings → Update & Security → Activation section, click "Change product key".
- Enter your 25-character product key (e.g.,
VK7JG-NPHTM-C97JM-9MPGT-3V66T). Ensure you enter it without extra spaces; case is not important. - Click "Next".
- The system will verify the key on the activation servers. If the key is valid and not used on another device (for retail licenses), activation will succeed.
- After activation, you will see the message "Windows is activated".
Alternative method via Command Prompt:
- Run Command Prompt as an administrator.
- Execute the command to install the key:
(replaceslmgr.vbs /ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXXXXXXXXwith your key). - Then execute the activation command:
slmgr.vbs /ato - The command
slmgr.vbs /xprwill show the license expiration date (if it is not perpetual).
Step 4: Run Built-in Troubleshooting
If activation fails with errors (e.g., 0x803f7001, 0xC004C008), use the automatic troubleshooter.
- Go to Settings → Update & Security → Activation.
- Click "Troubleshoot" (the button is active only when an error is present).
- The wizard will automatically check for common issues: incorrect key, network problems, license conflicts.
- If the wizard suggests an action (e.g., "Enter a different key" or "Try again"), follow the instructions.
- After completion, restart your computer.
Step 5: What to Do If Nothing Works? Phone Activation
In extreme cases (e.g., internet connection issues or for corporate KMS licenses), you can activate by phone.
- Press
Win + R, typeslui.exe 4, and pressEnter. - Select your country or region from the list and click "Next".
- A phone number for Microsoft Activation Services will be displayed (for Russia: 8-800-200-8000). Call it.
- The automated system will ask you to dictate the Installation ID (displayed on the screen).
- After dictating, the system will check the data and dictate a Confirmation ID.
- Enter the Confirmation ID in the activation window and click "Activate".
- After successful activation, close the window and restart your PC.
Verifying the Result
After completing any method, ensure activation was successful:
- Open Settings → Update & Security → Activation.
- It should say "Windows is activated", along with the license type (e.g., "Digital license" or "Windows Pro").
- Also check that the watermark in the lower-right corner of the desktop has disappeared.
- For full certainty, in Command Prompt run
slmgr.vbs /dlvand ensure the License Status line shows "Licensed".
Common Issues
Error 0xC004C003 or 0x803f7001: "The product key is invalid"
- Cause: An incorrect key was entered, the key is already in use on another device (for retail licenses), or it's a key for a different Windows edition (e.g., a Pro key for Home).
- Solution: Carefully check the key for typos. Ensure the key matches your Windows edition (Home, Pro, Enterprise). If the key is retail and you changed hardware, you may need to contact Microsoft Support.
Error 0x8007232B: "DNS name does not exist"
- Cause: Unable to locate KMS activation servers (common in corporate networks) or DNS issues.
- Solution: Check your internet connection. If you are on a corporate network, you may need to specify the KMS server manually with the command
slmgr.vbs /skms <server_name>. For home users, try switching to a different network (e.g., from Wi-Fi to wired).
Error 0x80070490: "Element not found"
- Cause: Corruption of activation components or a license conflict after hardware changes.
- Solution: Run Troubleshoot (see Step 4). If that doesn't help, run these commands in Command Prompt (as administrator):
After this, try activating again.slmgr.vbs /upk # Uninstall the current key (if any) slmgr.vbs /cpky # Clear the key from the registry slmgr.vbs /rearm # Reset the activation timer (a restart may be required)
"Activate Windows" watermark does not disappear after successful activation
- Cause: System cache or synchronization delay.
- Solution: Restart your computer. If the watermark remains after 10 minutes, check the activation status via
slmgr.vbs /dlv. If it shows "Licensed" but the watermark persists, run this in Command Prompt:
and restart again.slmgr.vbs /rearm
Insufficient permissions for activation
- Cause: You are performing actions from a standard user account.
- Solution: All commands and changes in Settings must be performed as an administrator. For Command Prompt/PowerShell — run them via "Run as administrator." For Settings — log in to an account with administrator privileges.