How to Change Windows Notification Delay in Regedit
Windows notification banners, commonly known as toast notifications,
appear on your screen for a predetermined period before automatically
dismissing to the Notification Center. You can adjust this duration
directly through the Windows Registry using the
MessageDuration value, allowing you to increase or decrease
how many seconds banners remain visible before disappearing.
The Registry Value for Notification Banners
The display time for Windows notification banners is governed by the following registry entry:
- Registry Path:
HKEY_CURRENT_USER\Control Panel\Accessibility - Value Name:
MessageDuration - Value Type:
REG_DWORD(32-bit Value) - Default Value:
5(Decimal, representing 5 seconds)
Step-by-Step Guide to Changing Notification Delay
Press
Windows Key + Rto open the Run dialog box.Type
regeditand press Enter (select Yes if prompted by User Account Control).In the Registry Editor, navigate to the following path:
HKEY_CURRENT_USER\Control Panel\AccessibilityLocate the
MessageDurationDWORD on the right pane. If it does not exist, right-click an empty space in the right pane, select New > DWORD (32-bit) Value, and name itMessageDuration.Double-click
MessageDurationto edit it.In the Edit window, select the Decimal radio button under Base.
In the Value data field, enter the number of seconds you want notifications to remain on the screen (for example,
10for ten seconds or30for thirty seconds).Click OK to save the changes.
Restart your computer or restart the Windows Explorer process via Task Manager for the changes to take effect.