To remove the “Learn more about this picture” icon from your Windows 11 desktop, right-click the desktop, choose Personalize > Background, and change Personalize your background from Windows spotlight to Picture or Solid color. If that dropdown is greyed out or the icon keeps coming back, add a DWORD called DisableSpotlightCollectionOnDesktop set to 1 under HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\CloudContent and restart. Both methods are reversible.
Applies to: Windows 11 (23H2, 24H2, 25H2) | Last updated: May 18, 2026
Key Takeaways
- The icon is part of Windows Spotlight — it only shows up when your desktop background is set to Windows spotlight, the rotating wallpaper feed from Microsoft
- The fastest fix is to switch your background — Personalize > Background > Picture or Solid color removes the icon immediately without touching the registry
- If the Background dropdown is greyed out, a registry DWORD called
DisableSpotlightCollectionOnDesktopunderHKCU\Software\Policies\Microsoft\Windows\CloudContentset to1hides the icon while keeping Spotlight wallpapers running - Winhance can do this for you — the desktop tweaks in Winhance disable Spotlight desktop content as part of a wider Windows debloat
- Everything here is reversible — switch the background back to Windows spotlight or change the DWORD to
0to restore the icon
Quick Steps
- Right-click an empty area of your desktop and select Personalize
- Click Background
- Change Personalize your background from Windows spotlight to Picture or Solid color — the icon disappears straight away
- If that dropdown is greyed out, open Registry Editor as administrator
- Go to
HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\CloudContent(create theCloudContentkey if it does not exist) - Create a new DWORD (32-bit) Value named
DisableSpotlightCollectionOnDesktopand set it to1 - Restart your PC — the “Learn more about this picture” icon will be gone
In This Guide
This guide covers four ways to get the icon off your desktop, from the simplest one-click fix to a full Spotlight disable:
- Method 1: Change your desktop background — fastest fix, no registry, no restart. (Recommended)
- Method 2: Registry edit (manual) — for when the Background dropdown is greyed out or the icon keeps coming back.
- Method 3: One-line reg add command — same registry change as a copy-paste command for Terminal or Command Prompt.
- Method 4: Disable Windows Spotlight entirely — removes the icon and the rotating wallpaper feed in one go.
Why the “Learn More About This Picture” Icon Appears
The icon is added by Windows Spotlight, the feature that rotates curated wallpapers on your desktop and pulls a short caption for each image. When Spotlight is set as your background, Windows 11 drops a desktop shortcut so you can click through to learn more about whatever photo is currently on screen.
It is a cosmetic feature, not something Windows needs to function. If you do not use it, the icon just clutters an otherwise clean desktop. Removing it does not affect file shortcuts, system icons, or any other part of Windows 11 — only that one Spotlight icon goes away.

Method 1: Change Your Desktop Background (Recommended)
This is the fastest way to remove the icon. Because the “Learn more about this picture” shortcut only exists while Spotlight is your active background, switching to a regular picture or solid color removes it instantly. No restart, no registry, no admin rights needed.
- Right-click an empty area of your desktop and select Personalize. Settings opens straight to the Personalization page.
- Click Background.
- Under Personalize your background, change the dropdown from Windows spotlight to Picture, Solid color, or Slideshow.
The icon disappears the moment you change the background. You can pick any of Windows 11’s stock wallpapers, browse for your own image, or pick a solid color — whichever you prefer. If you change your mind later, switching back to Windows spotlight brings the icon back.
Tip: If you like Spotlight’s rotating wallpapers but hate the icon, skip to Method 2 — that registry tweak keeps Spotlight running but hides the desktop shortcut.
Method 2: Registry Edit (Manual Walkthrough)
Use this method if the Background dropdown is greyed out, if the icon keeps reappearing after a Windows update, or if you want to keep Windows Spotlight wallpapers running and only hide the icon. The registry change sits in the user hive, so it does not need an elevated Windows account — only the Registry Editor itself runs as administrator.
- Click the Start button and type Registry Editor. Right-click Registry Editor in the results and choose Run as administrator. Click Yes on the UAC prompt.
- Copy the following path and paste it into the address bar at the top of Registry Editor, then press Enter:
HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\CloudContent
If the CloudContent key does not exist, navigate to HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows, right-click Windows, choose New > Key, and name it CloudContent. Then open it.
- In the right pane, right-click the empty space and choose New > DWORD (32-bit) Value.
- Name the new value exactly:
DisableSpotlightCollectionOnDesktop
- Double-click the new DWORD, change Value data from
0to1, and click OK. - If you spot any other Spotlight-related DWORDs in the same key that you did not create (some debloat scripts add conflicting entries), delete them so your new setting takes priority.
- Close Registry Editor and restart your PC. After Windows boots back up, the “Learn more about this picture” icon is gone, even if Spotlight is still your background.
Note: The registry path lives under Policies, which is the same area group policy uses. On Windows 11 Pro you can also enable this via gpedit.msc > Computer Configuration > Administrative Templates > Windows Components > Cloud Content > Turn off Spotlight collection on Desktop. The end result is identical.
Method 3: One-Line reg add Command
If you would rather skip clicking through Registry Editor, the same change can be applied with a single command. Right-click the Start button, open Terminal (Admin) or Command Prompt (Admin), and paste the line below:
reg add "HKCU\Software\Policies\Microsoft\Windows\CloudContent" /v DisableSpotlightCollectionOnDesktop /t REG_DWORD /d 1 /f
This works in both Command Prompt and PowerShell. The /f flag tells Windows to overwrite the value without asking, and the command creates the CloudContent key automatically if it does not exist. Restart your PC for the change to take effect.
To reverse it, run the same command with /d 0 instead of /d 1, or delete the value entirely:
reg delete "HKCU\Software\Policies\Microsoft\Windows\CloudContent" /v DisableSpotlightCollectionOnDesktop /f
Method 4: Disable Windows Spotlight Entirely
The “Learn more about this picture” icon is just one symptom of Windows Spotlight being active. If you also want the rotating wallpapers gone — including the Spotlight icons on the lock screen and in Search Highlights — turning Spotlight off entirely is the nuclear option. The icon goes away as a side effect.
I have a full walkthrough on every place Spotlight shows up in Windows 11 and how to disable each one: how to disable Windows Spotlight on Windows 11. If you want the cleanest desktop possible, that is the post to follow next.
If you would rather not edit anything manually, Winhance disables Spotlight desktop content as part of its standard Windows debloat. One toggle removes the icon and a stack of other Microsoft promotional content at the same time — no registry edits, no command line, fully reversible from the Winhance UI.
Related Customization Tweaks
If the Learn More icon was bothering you, there are probably a few other Windows 11 defaults worth tidying up while you are in this mood. A few popular ones from the site:
- Full Windows 11 desktop customization guide — taskbar, icons, themes, and Start menu cleanup in one place.
- Customize the Windows 11 right-click context menu — bring back the classic menu and trim entries you do not use.
- Disable News and Interests on Windows 11 — another registry-driven cleanup for the taskbar widget.
- Remove Windows 11 bloatware using Microsoft’s official method — covers the wider preinstalled-apps cleanup on 25H2.
Frequently Asked Questions
Will removing this icon disable Windows Spotlight wallpapers?
Not if you use the registry method. The DisableSpotlightCollectionOnDesktop DWORD only hides the desktop icon — Spotlight keeps rotating wallpapers as normal. If you use Method 1 and switch your background type to Picture or Solid color, you lose the rotating wallpapers along with the icon, because the wallpapers are the Spotlight feature itself.
Does this affect other desktop icons like the Recycle Bin?
No. The fixes in this guide target only the Spotlight “Learn more about this picture” shortcut. Recycle Bin, This PC, your installed application shortcuts, and any files or folders you have on the desktop are untouched. You can still right-click the desktop and use View > Show desktop icons as a global on/off switch if you ever want everything gone.
Why does the icon keep coming back after a Windows update?
Feature updates and some cumulative updates re-seed Personalization defaults, and if Spotlight ends up active again the icon comes with it. The registry method (Methods 2 and 3) survives most updates because the policy DWORD persists. If it ever does get cleared, re-running the one-line reg add command from Method 3 takes about two seconds to put it back.
Does this work on Windows 10?
Not directly. Windows 10 has Spotlight on the lock screen, but the desktop-Spotlight feature that adds the “Learn more about this picture” icon is a Windows 11 addition. If you are on Windows 10 and still see something similar, it is more likely a shortcut from a third-party wallpaper app — check Settings > Apps for anything you did not install yourself.
Can I undo these changes later?
Yes — both methods are fully reversible. For Method 1, set your background back to Windows spotlight in Personalize > Background and the icon returns. For Methods 2 and 3, either change the DWORD value from 1 to 0 or delete the value entirely with reg delete "HKCU\Software\Policies\Microsoft\Windows\CloudContent" /v DisableSpotlightCollectionOnDesktop /f, then restart.
Is editing the registry safe for this tweak?
This specific change is safe — it sits under the user-policy hive and only affects Spotlight desktop content. The general rule still applies though: do not touch other values in Registry Editor while you are in there, and consider creating a System Restore point before you start if you are new to it. If anything looks wrong, the one-line reg delete command in Method 3 removes the value cleanly.
