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


  • Staff
Notifications_banner.png

This tutorial will show you how to turn on or off show notification if this PC is charging slowly over USB for your account in Windows 11.

If you charge your PC battery over USB, you might get a notification that says your PC is charging slowly.

This may happen if you’re using a charger that didn’t come with your device.

Starting with Windows 11 build 25252, Microsoft updated the battery icon’s tooltip to let you know if your device is charging slowly.

Starting with Windows 11 build 26052 (Canary and Dev), Microsoft adjusted the text in the notification when a PC detects a slow charger.


Contents

  • Option One: Turn On or Off PC Charging Slowly over USB Notification in Settings
  • Option Two: Turn On or Off PC Charging Slowly over USB Notification using REG file


EXAMPLE: Low-power charger notification

Low-power_charger.png





Option One

Turn On or Off PC Charging Slowly over USB Notification in Settings


1 Open Settings (Win+I).

2 Click/tap on Bluetooth & devices on the left side, and click/tap on USB on the right side. (see screenshot below)


charging_slowly_over_USB_notification-1.png

3 Turn On (default) or Off Show a notification if this PC is charging slowly over USB for what you want. (see screenshot below)

charging_slowly_over_USB_notification-2.png

4 You can now close Settings if you like.




Option Two

Turn On or Off PC Charging Slowly over USB Notification using REG file


1 Do step 2 (on) or step 3 (off) below for what you want.

2 Turn On PC Charging Slowly over USB Notification

This is the default setting.


A) Click/tap on the Download button below to download the file below, and go to step 4 below.​

Turn_ON_Show_notification_if_this_PC_charging_slowly_over_USB.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Shell\USB]
"NotifyOnWeakCharger"=dword:00000001

3 Turn Off PC Charging Slowly over USB Notification

A) Click/tap on the Download button below to download the file below, and go to step 4 below.​

Turn_OFF_Show_notification_if_this_PC_charging_slowly_over_USB.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Shell\USB]
"NotifyOnWeakCharger"=dword:00000000

4 Save the .reg file to your desktop.

5 Double click/tap on the downloaded .reg file to merge it.

6 When prompted, click/tap on Run, Yes (UAC), Yes, and OK to approve the merge.

7 You can now delete the downloaded .reg file if you like.


That's it,
Shawn Brink


 

Attachments

  • Notifications.png
    Notifications.png
    11.7 KB · Views: 91
  • Turn_OFF_Show_notification_if_this_PC_charging_slowly_over_USB.reg
    612 bytes · Views: 228
  • Turn_ON_Show_notification_if_this_PC_charging_slowly_over_USB.reg
    612 bytes · Views: 209
Last edited:
Back
Top Bottom