Skip to content
Follow
Windows 🟡 Intermediate

3 Easy Steps to Disable Windows 11 Tips Notifications

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

Windows 11 tips and suggestions are notifications that pop up to help you use your PC. These helpful messages might show you new features or shortcuts, but you can turn the notifications off if you find them distracting.

You can stop Windows 11 from showing "Get tips and suggestions" notifications by using the Settings app. This method is the easiest for most people to quiet down their PC.

For advanced users or if you need more control, the Registry Editor can also manage these suggestions. This allows for fine-tuning, especially on older or specific Windows 11 versions.

⚡ Quick Answer

Go to Settings System Notifications. Expand “Additional settings” and toggle “Get tips and suggestions when using Windows” to your preference. This controls helpful Windows hints and feature discovery notifications.

Turning Off Windows Tips and Suggestions

Windows 11 occasionally presents brief hints designed to enhance your computer usage. These hints can appear as on-screen notifications while you are actively working. If these messages disrupt your workflow, disabling these hints is possible.

Option 1Using Windows Settings (The Easy Way!)

You can easily turn off Windows 11 tips notifications through the built-in Settings app . This is the simplest method and doesn’t require any special computer skills. Just follow a few steps within Settings to stop seeing those helpful suggestions if you prefer.

  1. Open Settings : Press the ⊞ Win+I on your keyboard. Or, click the Start button and then click the gear icon that says “Settings.”
  2. Go to Notifications: In the Settings window, click on “System” in the left-hand menu. On the right side, click on “Notifications.”
  3. Find the Setting: Scroll down on the Notifications page. Look for a section called “Additional settings” and click it to open it. You should see a checkbox or a switch for “Get tips and suggestions when I use Windows” or something similar.
    💡Tip
    The exact words might be a little different. Just look for the option about tips and suggestions.
  4. Turn It Off: To stop these messages, uncheck the box or move the switch to the "Off" position. To turn them back on later, just come back here and check the box or switch it back to "On."
  5. You're Done!: Close the Settings window. Windows will no longer show you these pop-up tips.
Windows 11 notifications settings tile in the Settings app.
Windows 11 notifications settings tile in the Settings app.
Windows 11 settings for getting tips and suggestions notifications.
Windows 11 settings for getting tips and suggestions notifications.

Option 2Using the Registry Editor (For Advanced Users)

You can disable Windows 11 tips notifications by directly changing a setting in the Registry Editor. This method requires editing system files, so proceed with care. You will adjust the "DisableNotification" registry value within the `HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager` path to control these suggestions.

Windows 11 tips notifications are controlled by a registry value. To disable these tips, you will set the specific registry value to 0. To re-enable the tips, you will set the registry value to 1 or remove the registry entry.

  1. Open Registry Editor: Press the Windows key + R. Type regedit into the box and press Enter, or click OK. You might see a message asking if you want to allow the app to make changes; click Yes.
  2. Go to the Right Place: In the Registry Editor, you'll see a list of folders on the left. Click through these to find the correct spot: HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager
  3. Find or Create the Value: Look in the list on the right side. Find an entry called "SubscribedContent-338389Enabled." This is a "DWORD (32-bit) Value."

    • If you find it: Double-click "SubscribedContent-338389Enabled" to change it.
    • If you don't find it: Right-click on an empty space on the right side. Select "New," then "DWORD (32-bit) Value." Name it exactly SubscribedContent-338389Enabled.
  4. Set the Value:
    • To Turn Off Tips: Double-click "SubscribedContent-338389Enabled." In the "Value data" box, type 0 and click OK. This tells Windows to turn off these tips.
    • To Turn On Tips (Normal Setting): Double-click "SubscribedContent-338389Enabled." In the "Value data" box, type 1 and click OK. Or, if the value is there and you want to go back to the normal Windows setting, you can delete the "SubscribedContent-338389Enabled" entry. Right-click it on the right side and choose "Delete."
  5. Close Registry Editor: You can now close the Registry Editor window.
  6. Restart Your PC: It's best to restart your computer for the changes to fully work.

Managing Tips for All Users (Advanced & Specific Editions)

To enforce tips and suggestions notification changes for all users on a computer, or when using Windows 11 Enterprise or Education editions, you can use additional methods. The preceding methods alter settings only for the current user.

Option 3Using the Local Group Policy Editor

Windows 11 tips notifications can be disabled using the Local Group Policy Editor for users with Windows Pro, Enterprise, or Education editions. This tool allows you to set rules for all users on your computer. This advanced method of managing settings is not available on Windows Home editions.

📝Important
This feature is not present in Windows 11 Home. If you are using the Home edition, please refer to Option 1 or Option 2.
  1. Open Local Group Policy Editor: Press Windows key + R. Type gpedit.msc and press Enter. If asked by User Account Control, click Yes.
  2. Go to the Policy: In the Local Group Policy Editor, click through the folders on the left like this: Computer Configuration > Administrative Templates > Windows Components > Cloud Content. Click on "Cloud Content." Then look at the right side.
  3. Find the Policy Setting: On the right side, find the setting called "Do not show Windows tips." Double-click it.
  4. Set the Policy:
    • To Turn Off Tips for Everyone: Select "Enabled." This might seem strange, but enabling the "Do not show" policy actually turns the tips off.
    • To Turn On Tips for Everyone (Normal Setting): Select "Not Configured." This lets Windows manage the setting, usually meaning the tips are on by default.

    Click OK after you choose.

  5. Close the Editor: You can now close the Local Group Policy Editor.
  6. Restart or Update Policy: You might need to restart your computer for the change to work. Or, you can try to update the policy. Open Command Prompt as an administrator, type gpupdate /force, and press Enter.
Group Policy Editor window showing options to disable Windows tips.
Group Policy Editor window showing options to disable Windows tips.
Group Policy Editor options for disabling Windows tips and suggestions.
Group Policy Editor options for disabling Windows tips and suggestions.

Option 4Using the Registry Editor for All Users (Enterprise/Education Editions)

To disable Windows 11 tips notifications for all users on Enterprise or Education editions, you can use the Registry Editor. This approach changes the setting across the entire system, similar to using the Group Policy Editor. It’s useful for managing computers in work or school environments.

Important: This approach is intended for Enterprise and Education editions when managing computer-wide settings. Its behavior might differ on other Windows versions.

  1. Open Registry Editor: Press Windows key + R. Type regedit and press Enter. Click Yes on the User Account Control message.
  2. Go to the Policy Location: Go to this registry key: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\CloudContent

    Warning: If the CloudContent key is not there, you need to create it. Right-click on the Windows key, select "New," then "Key," and name it CloudContent.

  3. Find or Create the Value: On the right side, look for a DWORD value called "DisableSoftLanding."

    • If it exists: Double-click it to change its value.
    • If it doesn't exist: Right-click an empty space on the right side. Select "New," then "DWORD (32-bit) Value." Name it exactly DisableSoftLanding.
  4. Set the Value:
    • To Turn Off Tips for Everyone: Set the "Value data" for "DisableSoftLanding" to 1. Click OK.
    • To Turn On Tips for Everyone (Normal Setting): Set the "Value data" for "DisableSoftLanding" to 0. Or, you can delete the "DisableSoftLanding" value to go back to the default. Right-click it and choose "Delete."
  5. Close Registry Editor: Exit the Registry Editor.
  6. Restart Your PC: A restart is recommended for these system-wide changes to take full effect.

Summary

You can easily manage Windows 11 tips notifications using different methods. The simplest way is through Settings System Notifications Additional settings For more control, especially on specific Windows versions like Pro or Enterprise, you can use the Registry Editor or the Local Group Policy Editor.

How do I disable tips and tricks?

And then you want to select the system tile. On the left side underneath. System you want to go down and select notifications. And actions.

Was this guide helpful?

Tags: #Windows 11
Was this helpful?
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.

📚 Related Tutorials

How to Enable or Disable Windows 11 Notifications
Windows How to Enable or Disable Windows 11 Notifications
How to Enable or Disable Windows Spotlight in Windows 11
Windows How to Enable or Disable Windows Spotlight in Windows 11
How to Reset Group Policy Windows 11 to Default
Windows How to Reset Group Policy Windows 11 to Default
How to View Local Group Policies that are Configured in Windows 11
Windows How to View Local Group Policies that are Configured in Windows 11

No comments yet — be the first to share your thoughts!

Leave a Comment

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