Windows

How to Turn On or Off PC Charging Slowly over USB Notification in Windows 11

Richard
Written by
Richard
Mar 23, 2026 Updated Mar 28, 2026 1 min read
How to Turn On or Off PC Charging Slowly over USB Notification in Windows 11

This tutorial shows you how to turn on or off the notification that says your PC is charging slowly over USB in Windows 11.

Why This Matters

If you charge your PC battery using USB, you might see a notification. It tells you that your PC is charging slowly. This can happen if you use a charger that didn’t come with your device.

Windows 11 build 25252 added this feature. It shows a message when your device charges slowly. Windows 11 build 26052 (Canary and Dev) changed the wording of this notification.

Learn More

PC is charging slowly or discharging while it’s plugged in – Microsoft Support

Need help fixing slow charging? USB Type-C Slow Charging Notification Requirements in Windows – Windows drivers

Option One: Use Settings

Turn On or Off PC Charging Slowly over USB Notification

  1. Open Settings. Press Win+I on your keyboard.
  2. Click Bluetooth & devices on the left side. Then click USB on the right side.
  3.  Open USB settings
  4. Turn the option On (default) or Off next to “Show a notification if this PC is charging slowly over USB.” Choose what you want.
  5. Close Settings when you are done.
windows 11 show notification if pc is charging slowly

Option Two: Use Registry Editor

⚠️ ADMIN PRIVILEGES REQUIRED

Turn On PC Charging Slowly over USB Notification

This is the default setting.

🗝️Registry
reg add "HKEY_CURRENT_USER\Software\Microsoft\Shell\USB" /v NotifyOnWeakCharger /t REG_DWORD /d 1 /f

Turn Off PC Charging Slowly over USB Notification

🗝️Registry
reg add "HKEY_CURRENT_USER\Software\Microsoft\Shell\USB" /v NotifyOnWeakCharger /t REG_DWORD /d 0 /f

Summary

You can control whether Windows 11 notifies you about slow USB charging. Use Settings for an easy way to turn the notification on or off. Use Registry Editor if you prefer command-line methods. Admin privileges are needed for the Registry Editor method.

Was this guide helpful?

Tags: #Windows 11
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, the owner and lead writer at Geek Rewind, is a tech enthusiast passionate about simplifying complex IT topics. His years of hands-on experience in system administration and enterprise IT operations have honed his ability to provide practical insights 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.

2458 articles → Twitter

📚 Related Tutorials

How to Enable USB Battery Saver in Windows 11
Windows How to Enable USB Battery Saver in Windows 11

Leave a Reply

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