How to Enable or Disable Delete to Recycle Bin Confirmation Dialog in Windows 11
The delete confirmation dialog in Windows 11 is a pop-up window that asks, “Are you sure you want to move this file to the Recycle Bin ?” every time you send an item away. Windows turns on this safety net by default so you do not delete things by accident.
Turning off the prompt takes just a few clicks in your Recycle Bin settings if you delete files all day and want to move faster. You can also turn it back on the exact same way whenever you want that safety net returned.
Right-click the Recycle Bin icon, select Properties, and then check or uncheck “Display delete confirmation dialog.” This setting controls whether Windows prompts you before sending files to the Recycle Bin.
What Happens
The delete confirmation dialog in Windows 11 triggers an ‘Are you sure?’ pop-up each time a file is deleted. This pop-up offers a final opportunity to cancel deletion before the file moves to the Recycle Bin . This message does not appear if a file exceeds the Recycle Bin’s size limit.
Large files that exceed storage limits bypass the bin entirely. Windows triggers a permanent deletion warning for these items regardless of your current settings.
Each user account on a computer maintains its own separate Recycle Bin . Individual hard drives or partitions also retain independent Recycle Bin configurations.
Files deleted from USB flash drives and memory cards permanently disappear because these storage devices lack a Recycle Bin . Preventing permanent deletion of files from USB flash drives and memory cards requires turning on the Recycle Bin feature for those specific drives. Tweaking the system database requires using the Registry Editor (a built-in hierarchical database storing low-level OS settings).
Option 1Use Recycle Bin Properties
Managing the delete confirmation dialog in Windows 11 occurs through the Recycle Bin's Properties menu. Right-clicking the Recycle Bin icon on the desktop, selecting 'Properties,' and then checking or unchecking the box labeled 'Display delete confirmation dialog' handles this configuration. This setting affects only the active user account.
- Right-click on the Recycle Bin icon on your desktop.
- Click Properties. (see screenshot below)

- Check the box next to Display delete confirmation dialog to turn it on. Uncheck it to turn it off.
- Click OK.

Option 2Use Group Policy Editor
Controlling the delete confirmation dialog for every account on a computer requires the Group Policy Editor. Administrator rights are necessary for this method, which applies the setting across all hard drives (storage locations within the PC). Enforcing consistent deletion behavior for all users works well through this utility.
Option 2: Use Group Policy Editor (Admin privileges required) This method functions for all computer users or specific groups, applying to every hard drive and partition.
- Open the Group Policy Editor for all users, specific users, or all users except administrators. The choice depends on who you want this setting to apply to.
- In the left pane, navigate to:
User Configuration > Administrative Templates > Windows Components > File Explorer

- In the right pane, find and double-click the policy called Display confirmation dialog when deleting files.
To Always Show the Delete Confirmation Dialog
Select Enabled and click OK.
To Use the Default Setting (No Confirmation Dialog)
Selecting "Not Configured" and clicking OK grants Windows 11 users authority over their individual Recycle Bin confirmation settings. Direct user control over warning prompts prior to permanent file deletion is restored through this action.

- You can now close the Group Policy Editor.
Option 3Use Registry Editor
The Registry Editor offers a mechanism to manage the delete confirmation dialog for all users and drives in Windows 11, proving particularly useful for Windows Home users. Modifying settings for the entire PC, including all partitions, happens through this advanced method. Administrator permission is required to execute these changes.
Option 3: Use Registry Editor (Admin privileges required) This approach targets all users, hard drives, and partitions simultaneously while serving as the primary choice for Windows Home editions.
- Open Windows Terminal as an administrator. (Right-click it and select Run as administrator.)
- Run one of the commands below, depending on what you want.
To Always Show the Delete Confirmation Dialog
Copy and paste this command:
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v ConfirmFileDelete /t REG_DWORD /d 1 /f reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v ConfirmFileDelete /t REG_DWORD /d 1 /f
To Use the Default Setting (No Confirmation Dialog)
Copy and paste this command:
reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v ConfirmFileDelete /f reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v ConfirmFileDelete /f
Summary
Windows 11 provides multiple avenues to control the delete confirmation dialog, shaping how file deletion operates. Right-clicking the Recycle Bin and adjusting Properties handles the task for a single user account. System-wide modifications utilize the Group Policy Editor or Registry Editor.
- Option One is the simplest. Right-click the Recycle Bin icon and check or uncheck the confirmation box in Properties. This only affects your account.
- Option Two uses Group Policy Editor. It works for all users or specific user groups. It only works on Windows Pro, Enterprise, and Education editions.
- Option Three uses the Registry. It works for all users and works on all Windows editions, including Home. You must run Windows Terminal as an administrator.
Selecting the appropriate method depends on individual requirements. All three procedures achieve identical outcomes while suiting different deployment scenarios.
How do I delete confirmation in 🪟 Windows 11?
To enable delete confirmation in Windows 11, right-click the Recycle Bin icon, select Properties, and check the 'Display delete confirmation dialog' box.
How to display delete confirmation dialog?
Displaying the delete confirmation dialog requires right-clicking the Recycle Bin icon and choosing Properties. Checking the 'Display delete confirmation dialog' option within the settings window activates the prompt. Clicking OK ensures Windows requires manual confirmation before moving files or folders into the Recycle Bin.
When we delete a file, the dash file dialog box appears to confirm the deletion.?
The delete confirmation dialog appears in Windows 11 when the 'Display delete confirmation dialog' setting is turned on in Recycle Bin properties.
How do I turn off delete confirmation?
Disabling delete confirmation in Windows 11 involves right-clicking the Recycle Bin icon, navigating to Properties, and unchecking the 'Display delete confirmation dialog' box.
Was this guide helpful?
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.
No comments yet — be the first to share your thoughts!