
Seven 2026 methods to remove the Activate Windows watermark in Windows 11 — permanent activation fixes plus temporary registry and Group Policy tweaks.
Last updated: April 2026
The "Activate Windows. Go to Settings to activate Windows" watermark hovering in the bottom-right corner of your desktop is Microsoft's polite-but-firm way of telling you that your install is unlicensed, that a previously valid license has expired, or that something significant changed about your hardware. This 2026 guide gives you seven distinct methods to remove the watermark — ranked from genuinely permanent (a real activation fix) down to temporary cosmetic hides (a registry tweak that survives until the next reboot) — along with an honest assessment of which methods are safe, which are risky, and which deserve a permanent place on your "do not touch" list. We will also walk through how to recover an OEM key you lost, how to handle the new 24H2 watermark behavior (it became less transparent and harder to ignore in 2025), and why the famous KMSPico-style "free activator" tools are a permanent malware risk that no honest guide should recommend.
The "Activate Windows" watermark appears whenever the Software Protection service detects that your Windows 11 install is not in a fully licensed state — usually because no key is installed, a KMS lease expired after 180 days, or your motherboard changed. The only permanent removal is to activate Windows with a valid Retail, OEM, or Volume key. All registry and Group Policy tricks merely hide the visible watermark; they do not actually license the OS.
The watermark is rendered by explorer.exe whenever the Software Protection Platform reports a LicenseStatus value other than 1 (licensed). Five common causes:
1. No product key was ever installed. Fresh installs from a Windows 11 ISO without entering a key during setup default to a 30-day grace period, after which the watermark appears.
2. A KMS activation expired. KMS licenses run for 180 days and renew every 7 days as long as the client can reach the KMS host. If the host becomes unreachable for 180+ days (laptop stayed off the corporate network too long), the lease expires and the watermark returns.
3. Significant hardware change. Replacing the motherboard — and sometimes a major firmware/CPU change — invalidates the digital license tied to the old hardware fingerprint. Microsoft's activation servers see the new hardware as a different machine.
4. Insider Preview build watermark. Insider Preview builds always show a "Build XXXXX" watermark in the bottom-right, regardless of activation status. This is not the activation watermark and is removed differently.
5. Counterfeit / non-genuine detection. If Microsoft detects that your key was revoked (a common fate of gray-market Volume keys), the OS drops back to non-genuine state and the watermark reappears.
The root cause matters because methods 6 and 7 below only hide the watermark — they do not address why it appeared, and on Windows 11 24H2 they are also progressively less effective as Microsoft has tightened the rendering path. The honest fix in 99% of cases is to install a valid key. For where to get one cheaply and safely, see our cheap genuine Windows 11 Pro key buying guide.
Each method below is presented in order from most permanent and most legitimate (Method 1) down to most temporary and least recommended (Method 7). Pick the highest-ranked method that fits your situation.
This is the only method that permanently removes the watermark and keeps Windows in a fully supported state.
Settings → System → Activation → Change product key.Alternative: open elevated CMD and run slmgr /ipk YOUR-KEY then slmgr /ato. The full command-line workflow is detailed in our activate Windows 11 with CMD and PowerShell guide.
If you previously upgraded from Windows 10 (free upgrade entitlement) or activated this machine before reinstalling, your digital license is attached to your Microsoft account.
Settings → System → Activation → Troubleshoot.This works after motherboard changes, fresh installs, and most "non-genuine" relapses on previously-activated hardware.
For Retail or OEM keys that fail online activation due to network restrictions or activation server flags.
Win + R, type slui 4, and press Enter.This bypasses temporary online-activation outages and works for keys that have a tiny rate-limit issue.
If your laptop came with Windows 11 OEM but you reinstalled and lost track of the key, the key is still in your firmware.
Open elevated CMD or PowerShell and run:
wmic path SoftwareLicensingService get OA3xOriginalProductKey
Or, in modern PowerShell:
(Get-CimInstance -ClassName SoftwareLicensingService).OA3xOriginalProductKey
If the result is non-empty, that string is your OEM key. Install it with slmgr /ipk <key> and activate with slmgr /ato. The watermark goes away immediately.
This installs a known-good GVLK to silence the "no key installed" portion of the warning while you wait to purchase a real key. The watermark may still appear after the grace period unless you complete activation.
slmgr /ipk W269N-WFGWX-YVC9B-4J6C9-T83GX (Windows 11 Pro GVLK from Microsoft Learn).This is not a real activation — it just installs a key without activating. After grace expiry, the watermark returns. Use this only as a 24-48 hour bridge while you wait for your real key to arrive.
This tweak suppresses the desktop version watermark rendering. It does not activate Windows; it only hides the visible text. Functional limitations of unactivated Windows (locked personalization, notification banners) remain.
Win + R, type regedit, press Enter, accept UAC.HKEY_CURRENT_USER\Control Panel\Desktop.PaintDesktopVersion. Double-click it and set value to 0. (If it does not exist, right-click → New → DWORD (32-bit) Value → name it PaintDesktopVersion.)slmgr /renew to refresh the licensing cache.The watermark hides until something refreshes the licensing state — often returning after the next Windows Update or major reboot.
For organizations that have purchased Volume Licenses but are waiting for keys to be deployed, a Group Policy + scheduled task pair can keep PaintDesktopVersion = 0 enforced.
gpedit.msc (Pro/Enterprise only).Computer Configuration → Administrative Templates → Desktop.slmgr /renew daily.gpupdate /force.This is intended only for transitional administrative scenarios where licenses are paid for but not yet provisioned. It is not a substitute for actual activation.
| # | Method | Permanence | Risk | Cost | Difficulty | Recommended For |
|---|---|---|---|---|---|---|
| 1 | Buy & install genuine Retail/OEM key | Permanent | None | $50–199 | Easy | Everyone — the real fix |
| 2 | Reactivate via Microsoft account | Permanent | None | Free | Easy | After hardware change |
| 3 | Phone activation (slui 4) | Permanent | None | Free | Medium | Network-blocked Retail/OEM |
| 4 | Recover OEM key from BIOS | Permanent | None | Free | Easy | Lost OEM key, pre-installed PCs |
| 5 | Install GVLK without activating | Days only | Low | Free | Easy | 24-48h bridge only |
| 6 | Registry PaintDesktopVersion = 0 | Until reboot/update | Low | Free | Easy | Cosmetic emergencies |
| 7 | Group Policy + scheduled task | Until policy reverts | Low | Free | Hard | Enterprise stopgap only |
| Method | Watermark Return Timeline |
|---|---|
| Genuine Retail activation | Never (until major hardware swap) |
| Genuine OEM activation | Never (until motherboard swap) |
| Microsoft account digital license | Never (until license transferred away) |
| Phone activation success | Never |
| OEM key recovery + activation | Never |
| GVLK install without activation | 30 days (grace period expiry) |
| Registry tweak only | Hours to days (next Windows Update or major service refresh) |
| GP + scheduled task | As long as policy + task remain enforced |
The pattern is clear: legitimate activation is the only durable path. Every "trick" has a half-life, and the half-life on Windows 11 24H2 is shorter than it was on Windows 10.
Many users with pre-installed OEM Windows 11 lose track of their key after a reinstall, only to discover that it has been sitting in their BIOS the entire time — encoded in an ACPI table called MSDM (Microsoft Software Distribution Manifest). To extract it:
Method A — wmic (legacy but works through 24H2):
wmic path SoftwareLicensingService get OA3xOriginalProductKey
Method B — PowerShell CIM (modern preferred):
(Get-CimInstance -ClassName SoftwareLicensingService).OA3xOriginalProductKey
Method C — Registry path (if both fail):
Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform and look for BackupProductKeyDefault.
Once extracted, install with slmgr /ipk <key> and activate with slmgr /ato. If wmic returns an empty string, your machine genuinely does not have an MSDM-embedded key — common on machines that came with Linux or no OS.
Tools like KMSPico, HWIDGen, KMS_VL_ALL, and various "Microsoft Activation Scripts" claim to permanently activate Windows for free by emulating a KMS host on your local machine and pointing your install at it.
Three reasons not to use them:
1. Malware risk is severe. Independent threat reports from Avast, Malwarebytes, and BitDefender published between 2024 and early 2026 have repeatedly flagged that more than 30% of "activator" downloads circulating in 2025 contain bundled malware — typically info-stealers (RedLine, Vidar, Lumma), cryptominers, or remote access trojans. Because you have to disable Windows Defender to install most of these tools, the very disabling is itself a precondition exploited by the bundled payload.
2. Real legal exposure. GVLKs are licensed only for use against authorized KMS hosts inside Volume Licensing organizations. Pointing them at a local emulator is a clear violation of Microsoft's licensing agreement and exposes both home users and (especially) businesses to copyright claims if they are ever audited.
3. The "permanent" activation is not actually permanent. Most activator-based activations are simply 180-day KMS leases that auto-renew via a scheduled task pointed at a local fake host. Any change that breaks that scheduled task — Windows Update, antivirus, system restore — drops you back to non-genuine state, often without warning.
The fact that some of these tools "work" on day one is not evidence they are safe. The cost-benefit math is dramatically better in favor of a $50 Amazon authorized reseller key. If price is a real barrier, students should investigate the free Microsoft Imagine / Azure for Students channels described in our Windows 11 Pro key buying guide.
Two specific changes in 24H2 (now applied to most patched 23H2 installs as well via cumulative updates) make watermark-hiding tricks less effective than they used to be:
The watermark is now less transparent. In Windows 10 and early Windows 11, the watermark used roughly 60% transparency. On 24H2, Microsoft increased the contrast — the text is darker and harder to ignore against most wallpapers. This appears to be a deliberate UX nudge toward activation.
Notification cadence increased. Unactivated installs now display a full-screen "Your Windows isn't activated" reminder approximately every 6 hours instead of every 24 hours, and personalization settings (theme, accent color, lock screen) are locked from the moment the watermark appears rather than after the 30-day grace.
Renderer hardening. The PaintDesktopVersion registry trick still works, but Windows Update on 24H2 has been observed to silently re-evaluate the licensing state and re-render the watermark even when the registry key is 0. Method 6 above is therefore even less reliable than it used to be on Windows 10.
The trajectory is clear: Microsoft is making the cost of running unactivated Windows progressively higher with each release. The cheapest long-term path is to license the OS once.
The accounts below are illustrative composites based on common real-world scenarios; names and minor details have been changed.
Marwan (Dubai, video editor). Marwan upgraded his desktop motherboard for a Premiere Pro performance bump and the next morning his Windows 11 Pro install showed the watermark. He had originally bought the OEM license bundled with his old motherboard three years earlier, so technically he was no longer entitled to use it on the new hardware. Rather than fight slmgr for hours, he bought a fresh Retail Pro key from Amazon.ae (an authorized reseller) for ~360 AED, ran slmgr /ipk and slmgr /ato, and was back to a clean watermark-free desktop in under 10 minutes. Lesson: when you upgrade hardware, factor a Retail license into the budget — OEM keys do not transfer.
Salma (Cairo, university student). Salma's laptop, a refurbished Lenovo from a third-party seller, came "with Windows 11 Pro pre-installed" but the watermark had been lurking for months. When she ran slmgr /dlv, the channel showed VOLUME_KMSCLIENT — the seller had activated it via an unauthorized KMS server before resale. She qualified for Windows 11 Education through her university's Microsoft Imagine portal at zero cost, downloaded the official key, ran slmgr /upk then slmgr /ipk with the Education key, and the watermark vanished permanently. Lesson: students should always check their university's Education licensing portal before paying for anything.
HKEY_CURRENT_USER\Control Panel\Desktop to a .reg file before modifying PaintDesktopVersion.PaintDesktopVersion = 0 activates Windows. It only hides the rendered text. The OS remains unactivated and personalization stays locked.slmgr /rearm repeatedly. You only get a finite number (typically 3) per Windows install. Burning them does not solve the underlying licensing problem.slmgr command and registry change requires administrator privileges. Without elevation, your changes silently fail.Because Windows has detected that your install is not in a fully licensed state. Common causes: no product key was installed during setup, your previous KMS activation expired after 180 days, you significantly changed hardware (typically the motherboard), or a previously-installed key has been revoked. The watermark appears whenever LicenseStatus is anything other than 1 (licensed).
No. The watermark itself uses negligible system resources — it is just text rendered onto the desktop. However, an unactivated install does have functional limitations: locked personalization (theme, accent color, lock screen), periodic full-screen notifications, and after the grace period, blocked feature updates. None of these affect raw performance.
Open Registry Editor, navigate to HKEY_CURRENT_USER\Control Panel\Desktop, set PaintDesktopVersion to 0, then run slmgr /renew from elevated CMD and reboot. This hides the visible watermark but does not actually activate Windows — personalization restrictions remain, and the watermark may return after the next Windows Update.
No, absolutely not. Hiding the watermark via registry tweak or Group Policy only suppresses the visible text. The underlying license state is unchanged. Your install remains unactivated, personalization stays locked, and notification banners continue to appear. Only installing and successfully activating a valid product key truly activates Windows.
Only after a successful activation with a valid key — Retail, OEM, MAK, or KMS within an authorized organization. Once slmgr /xpr reports either "permanently activated" (Retail/OEM) or a forward-dated KMS expiration that auto-renews, the watermark is gone for good unless your hardware significantly changes or your key is revoked.
PaintDesktopVersion is a DWORD value at HKEY_CURRENT_USER\Control Panel\Desktop that controls whether Windows draws version and activation watermarks on the desktop background. 1 shows them, 0 hides them. The value was originally added for Windows Server administrators to display build versions on dev machines, and it is still respected (with diminishing reliability on 24H2) for the activation watermark.
Yes, on Pro and Enterprise editions. Open gpedit.msc, navigate to Computer Configuration → Administrative Templates → Desktop, and set "Don't display the watermark on desktop background" to Enabled. Combine with a scheduled task running slmgr /renew daily to keep the licensing cache fresh. Note that this hides only — it does not activate.
Because hiding methods (registry tweaks, Group Policy) do not change the underlying license state. When Windows starts up, the Software Protection service re-evaluates licensing, sees the install is still unactivated, and re-renders the watermark — sometimes within minutes of login, sometimes after the next major service refresh. Only real activation removes it permanently.
Use the Activation Troubleshooter: Settings → System → Activation → Troubleshoot. Select "I changed hardware on this device recently", sign in with the Microsoft account that owns your existing digital license, select the new device, and click Activate. If you do not have an account-linked digital license, you will need a fresh Retail key — OEM keys cannot transfer to a new motherboard.
Mostly — it appears whenever the OS is unactivated, regardless of why. Causes include never having entered a key, an expired KMS lease, hardware changes that broke the digital license, or a key Microsoft has revoked. There is also a separate "Build XXXX" watermark on Insider Preview channels that has nothing to do with activation status; that one is removed via Group Policy under Desktop settings.
The "Activate Windows" watermark is a symptom, not a problem in itself — and the only durable cure is to address the underlying license state. Methods 1–4 in this guide give you legitimate, permanent fixes. Methods 5–7 are short-term cosmetic patches that should never be confused with activation. And the entire category of "free activator" tools is, on the evidence of multiple 2024–2026 threat reports, a malware risk severe enough that no responsible guide should recommend it. If price is the obstacle, an Amazon authorized Retail key at $50–120 is dramatically cheaper than the cost of one info-stealer infection — and free Education channels exist for students.
Walk through our step-by-step CMD activation guide to install your key once you have one, browse our cheap genuine Windows 11 Pro key buying guide for trusted purchase options, compare features in our Windows 11 Home vs Pro vs Enterprise comparison, and if Office is also unactivated, finish the job with our Microsoft Office 365 activation guide.
For our own original Windows activation walkthrough that complements this guide for offline scenarios, see the Truescho activate-Windows-offline reference. Students can browse Truescho opportunities for academic programs and use our GPA calculator to track Education-license eligibility.
DONE
mahmoud hussein
Writer at Truescho Blog — We provide trusted content about scholarships, study abroad, and immigration.