|

How to Disable Windows Spotlight on Windows 11 (3 Methods)

Tutorial showing how to disable Windows Spotlight feature on Windows 11 for lock screen customization

To disable Windows Spotlight on Windows 11, open Settings > Personalization > Background, click the Personalize your background dropdown, and change it from Windows Spotlight to Picture, Solid color, or Slideshow. This stops the rotating wallpapers and removes the “Learn about this picture” icon from your desktop within a few seconds.

Applies to: Windows 11 (23H2, 24H2, 25H2) | Last updated: May 18, 2026

How to Disable Windows Spotlight on Windows 11

Key Takeaways

  • The fastest fix is in Settings — change Personalization > Background from Windows Spotlight to Picture and the rotating wallpapers stop immediately
  • Group Policy disables Spotlight system-wide on Windows 11 Pro, Enterprise, and Education via the DisableWindowsSpotlightFeatures policy under User Configuration > Administrative Templates > Windows Components > Cloud Content
  • Windows 11 Home users need a registry edit — set DisableWindowsSpotlightFeatures to 1 under HKCU\Software\Policies\Microsoft\Windows\CloudContent to get the same effect
  • Disabling Spotlight also removes the “Learn about this picture” desktop icon and stops the lock screen from rotating Microsoft-curated images
  • Winhance disables Spotlight automatically as part of its Windows 11 debloat preset, so you do not have to touch the registry yourself

Quick Steps:

  1. Right-click an empty area of your desktop and select Personalize
  2. Click Themes and pick any theme other than Windows Spotlight
  3. Go back to Personalization, click Background, and change Personalize your background from Windows Spotlight to Picture, Solid color, or Slideshow
  4. For lock screen rotation, open Personalization > Lock screen and change Personalize your lock screen away from Windows Spotlight
  5. (Optional) Apply a Group Policy or registry tweak to lock Spotlight off permanently across updates

In This Guide

This guide covers three different ways to disable Windows Spotlight, depending on your Windows 11 edition and how permanent you want the change to be:

  • Method 1: Settings UI — The fastest and easiest fix, works on every edition of Windows 11. (Recommended for most users)
  • Method 2: Group Policy — Permanent, system-wide fix that survives Windows updates. Requires Windows 11 Pro, Enterprise, or Education.
  • Method 3: Registry — Same permanent fix as Group Policy, but works on Windows 11 Home where the Group Policy Editor is not installed by default.

What Is Windows Spotlight and Why Disable It?

Windows Spotlight is a Windows 11 feature that automatically downloads rotating wallpapers from Microsoft and displays them on your desktop and lock screen. It also drops a “Learn about this picture” icon onto your desktop and occasionally surfaces Bing-curated facts, tips, and promotional content for Microsoft services like OneDrive or Microsoft 365.

In my computer repair shop I had a steady stream of clients who just wanted their own wallpaper to stay put and the extra desktop icon gone. Disabling Spotlight gives you back full control of your background and lock screen, removes the persistent icon, and stops Windows from making a background download to Microsoft’s servers every time the image rotates — which matters on metered or slow connections.

Spotlight is also one of the components that the Winhance debloat utility turns off automatically. If you are planning a wider Windows 11 cleanup, the section at the end of this guide explains how Winhance handles it in one click alongside dozens of other privacy and personalization tweaks.

Method 1: Disable Windows Spotlight in Settings (Easiest)

This is the method I recommend for most people. It works on every edition of Windows 11 (Home, Pro, Enterprise, and Education) and the change applies the moment you click. The only catch is that a major Windows feature update can occasionally reset personalization choices — if that bothers you, use Method 2 or Method 3 instead.

Step 1: Open Personalization Settings

Right-click any empty area of your desktop and choose Personalize. Windows opens the Settings app directly to Settings > Personalization. You can also reach it manually from Settings > Personalization if you prefer.

Step 2: Switch Away From the Spotlight Theme

Click Themes. If the Windows Spotlight theme is selected, click any other theme — one of the default Windows themes or a custom theme you have installed. Switching themes alone is often enough to disable Spotlight, but the background setting can sometimes lag behind, which is why Step 3 matters.

Step 3: Change the Background Source

Go back to Personalization and click Background. Open the Personalize your background dropdown — if it says Windows Spotlight, change it to Picture, Solid color, or Slideshow. The rotating wallpapers stop within a few seconds and the “Learn about this picture” icon disappears from your desktop.

Step 4: (Optional) Change the Lock Screen

Spotlight on the lock screen is a separate toggle. Open Personalization > Lock screen and change Personalize your lock screen from Windows Spotlight to Picture or Slideshow. After this, Microsoft stops pushing curated lock screen images and the rotating Bing facts go away too.

Tip: If you still see a “Learn about this picture” icon after disabling Spotlight, see my dedicated guide on how to remove the Learn More About This Picture icon. The icon is technically a separate desktop element and may need a quick refresh of File Explorer to clear.

Method 2: Disable Windows Spotlight with Group Policy (Pro / Enterprise)

Group Policy gives you a permanent, system-wide kill switch for Windows Spotlight. Once the policy is applied, Spotlight stays disabled even if a Windows feature update tries to re-enable it. This method requires the Group Policy Editor, which ships with Windows 11 Pro, Enterprise, and Education but not with Windows 11 Home. Home users should jump to Method 3 instead.

Note: If you are on Windows 11 Home and want to use Group Policy anyway, my guide on how to install the Group Policy Editor on Windows 10/11 Home walks through the official Microsoft package that enables it.

Step 1: Open the Local Group Policy Editor

Press Windows + R to open the Run dialog, type the following, and press Enter:

gpedit.msc

Step 2: Navigate to the Cloud Content Policies

In the left pane of the Group Policy Editor, expand the following path exactly:

User Configuration > Administrative Templates > Windows Components > Cloud Content

Step 3: Enable “Turn off all Windows Spotlight features”

In the right pane, double-click the policy named Turn off all Windows Spotlight features. In the dialog that opens, select Enabled, then click Apply and OK. This is the master switch — it disables Spotlight on the lock screen, the desktop background, Windows Tips, the “Get fun facts” toggle, and Microsoft consumer-experience suggestions in one move.

Step 4: Force the Policy to Apply

Open Terminal or Command Prompt as Administrator and run this command to push the new policy immediately instead of waiting for the next group policy refresh:

gpupdate /force

Sign out and back in (or restart) to make sure the Personalization UI reflects the new policy. After this, the Windows Spotlight options inside Settings > Personalization become greyed out, which is exactly what you want — Windows can no longer turn the feature back on.

Method 3: Disable Windows Spotlight via the Registry (Windows 11 Home)

Windows 11 Home does not ship with the Group Policy Editor, so the equivalent permanent fix is to write the same policy value directly into the registry. The result is identical to Method 2 — Spotlight is locked off and the Personalization UI options for it become greyed out.

Warning: Always create a System Restore point before editing the registry. Incorrect entries can cause Windows components to misbehave. The exact key used below is one Microsoft documents officially, so it is safe — but the habit is worth keeping.

Manual Registry Edit

Press Windows + R, type regedit, and press Enter. Accept the User Account Control prompt, then navigate to this exact key (you can paste the path into the Registry Editor address bar):

HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\CloudContent

If the CloudContent key does not exist, right-click the Windows key, choose New > Key, and name it CloudContent. Then with CloudContent selected, right-click in the right pane, choose New > DWORD (32-bit) Value, and name it:

DisableWindowsSpotlightFeatures

Double-click the new value, set Value data to 1, and click OK. Sign out and back in (or restart) for the change to take effect.

One-Line Command (Faster)

If you would rather skip the manual editor, open Terminal or Command Prompt as Administrator and paste this reg add command — it creates the key and the value in one go and works on both Command Prompt and PowerShell:

reg add "HKCU\Software\Policies\Microsoft\Windows\CloudContent" /v DisableWindowsSpotlightFeatures /t REG_DWORD /d 1 /f

To undo the change later, run this command to remove just that value (the rest of the CloudContent key is left intact):

reg delete "HKCU\Software\Policies\Microsoft\Windows\CloudContent" /v DisableWindowsSpotlightFeatures /f

Disable Windows Spotlight Automatically with Winhance

If poking around the registry or Group Policy Editor for one feature feels like a lot, Winhance is the free open-source utility I built specifically for this kind of work. Spotlight is one of the components Winhance disables as part of its standard Windows 11 debloat, alongside other personalization annoyances like news and interests, suggested content, and “Learn about this picture.”

If you are also planning to clean up news widgets, sponsored Start menu apps, or the lock screen suggestions while you are here, take a look at my full Windows 11 desktop customization guide and the dedicated walkthrough for disabling News and Interests on Windows 11 — both pair well with this tweak.

Frequently Asked Questions

Will disabling Windows Spotlight remove the wallpapers I already have?

No. Spotlight downloads images to a cache folder while it is active, but turning it off only stops new downloads and the rotation. Any picture you set yourself as the desktop background or lock screen stays exactly where it is. If you want to keep some of the Spotlight images Microsoft already pushed to you, copy them out of %LocalAppData%\Packages\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy\LocalState\Assets before disabling the feature.

Does this also turn off Bing wallpapers or the daily Bing image?

No. Windows Spotlight and the standalone Bing Wallpaper app are two separate features. Spotlight is built into Windows 11 personalization, while Bing Wallpaper is an optional desktop app you install separately. If you have both installed and only want to disable one, the steps in this guide affect Spotlight only — uninstall Bing Wallpaper from Apps > Installed apps if you want that gone too.

Will a Windows update turn Spotlight back on?

The Settings UI change in Method 1 can occasionally be reset by a major Windows 11 feature update, which is one of the more frustrating things Microsoft does with personalization. The Group Policy and registry methods are more durable — they tell Windows the feature is policy-disabled, which feature updates respect. If you only used Method 1 and Spotlight comes back, just repeat the three steps or apply Method 2 or 3 for a permanent fix.

Can I keep Spotlight on the lock screen but turn it off on the desktop?

Yes. The desktop and lock screen are independent settings in Windows 11. Use Method 1, but only change Personalization > Background away from Spotlight and leave Personalization > Lock screen set to Windows Spotlight. The desktop becomes a static picture while the lock screen continues to rotate Microsoft-curated images. Note that the Group Policy and registry methods turn Spotlight off everywhere — they do not support a split configuration.

Is Windows Spotlight using my internet data?

Yes, but not much. Spotlight downloads a handful of curated images per day from Microsoft’s servers, typically totalling a few megabytes. On a fast unmetered connection it is unnoticeable, but on a metered or capped connection it is worth disabling, along with other background features like OneDrive automatic backups and Windows Update Delivery Optimization, both of which can consume far more bandwidth than Spotlight itself.

Similar Posts