Windows

How to Enable or Disable Tips and Suggestions Notifications in Windows 11

Richard
Written by
Richard
Mar 19, 2026 Updated Mar 22, 2026 2 min read
How to Enable or Disable Tips and Suggestions Notifications in Windows 11

This guide will help you turn the “Get tips and suggestions when using Windows” notifications on or off in Windows 11. You can do this for just your account or for everyone on the computer.

By default, Windows 11 may show you notifications with tips and suggestions.

Option One

Turn Tips and Suggestions On or Off for Your Account Using Settings

  1. Open Settings by pressing Win+I on your keyboard.
  2. Click System on the left side. Then click Notifications on the right side.
  3. Do one of the following (depending on which version you see):
    • Click Additional settings to expand it. Then check (on – this is the default) or uncheck (off) Get tips and suggestions when using Windows.
    • Or check (on – this is the default) or uncheck (off) Get tips and suggestions when I use Windows.
  4. Close Settings when you’re done.
Windows 11 Settings Notifications tile location
windows 11 get tips and suggestions when i use windows
windows 11 get tips and suggestions when i use windows

Option Two

Turn Tips and Suggestions On or Off for Your Account Using Registry

Turn On Tips and Suggestions

This is the default setting.

🗝️Registry
reg add "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-338389Enabled" /t REG_DWORD /d 1 /f

Turn Off Tips and Suggestions

🗝️Registry
reg add "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-338389Enabled" /t REG_DWORD /d 0 /f

Option Three

Turn Tips and Suggestions On or Off for Everyone Using Group Policy

⚠️ Admin Required: You must be signed in as an administrator to use this option. This option only works in Windows 11 Enterprise and Education editions.

  1. Open the Local Group Policy Editor by typing gpedit.msc in your search bar and pressing Enter.
  2. In the left pane, navigate to: Computer Configuration > Administrative Templates > Windows Components > Cloud Content
  3. In the right pane, double-click Do not show Windows tips to edit it.

Turn On Tips and Suggestions for Everyone

This is the default setting.

  1. Select the dot next to Not Configured.
  2. Click OK.

Turn Off Tips and Suggestions for Everyone

  1. Select the dot next to Enabled.
  2. Click OK.

Close the Local Group Policy Editor when you’re done.

Windows 11 disable tips and suggestions notification option
Windows 11 tips and suggestions toggle settings options

Option Four

Turn Tips and Suggestions On or Off for Everyone Using Registry

⚠️ Admin Required: You must be signed in as an administrator to use this option. This option only works in Windows 11 Enterprise and Education editions.

Turn On Tips and Suggestions for Everyone

This is the default setting.

🗝️Registry
reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\CloudContent" /v "DisableSoftLanding" /f

Turn Off Tips and Suggestions for Everyone

🗝️Registry
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\CloudContent" /v "DisableSoftLanding" /t REG_DWORD /d 1 /f

Summary

You now know four different ways to control tips and suggestions in Windows 11. The easiest way is using Settings (Option One). If you prefer using the command line or registry, Options Two, Three, and Four are also available. Options Three and Four require admin access and work only on Enterprise and Education editions. Choose the option that works best for you.

Was this guide helpful?

Tags: #Windows 11
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

2469 articles → Twitter

📚 Related Tutorials

How to Set Up a New Hard Drive in Windows 11
Windows How to Set Up a New Hard Drive in Windows 11
How to Set BitLocker to Unlock Your Windows 11 PC Automatically
Windows How to Set BitLocker to Unlock Your Windows 11 PC Automatically
How to Turn On or Off Set Time Automatically in Windows 11
Windows How to Turn On or Off Set Time Automatically in Windows 11
How to Show or Hide Your Mobile Device Name in Windows Share on Windows 11
Windows How to Show or Hide Your Mobile Device Name in Windows Share on Windows 11

Leave a Reply

Your email address will not be published. Required fields are marked *