How to Enable or Disable Delete to Recycle Bin Confirmation Dialog in Windows 11
The delete confirmation dialog in Windows 11 is that “Are you sure you want to move this file to the Recycle Bin?” message.
This prompt pops up to make sure you really mean to delete a file, acting as a helpful safety net. Many people find it useful, but if you delete files often, it can slow you down.
By default, Windows 11 turns on this confirmation message after a fresh install. Thankfully, you can easily turn this feature on or off directly from your Recycle Bin settings.
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 you delete a file. 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.
Important to know: If you delete a file that’s too large for your Recycle Bin’s size limit, Windows will always show a confirmation dialog, asking if you want to permanently delete it.
Each user account on your computer has its own separate Recycle Bin. Each hard drive or partition also has its own Recycle Bin settings.
Files deleted from USB flash drives and memory cards permanently disappear because these storage devices lack a Recycle Bin. To prevent permanent deletion of files from USB flash drives and memory cards, you must turn on the Recycle Bin feature for these specific drives. Changing this setting requires editing the Windows Registry editor, a tool that manages Windows settings.
Option 1Use Recycle Bin Properties
You can manage the delete confirmation dialog in Windows 11 by using the Recycle Bin's Properties. Right-click the Recycle Bin icon on your desktop, select 'Properties,' and then check or uncheck the box labeled 'Display delete confirmation dialog.' This setting only affects your 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
To control the delete confirmation dialog for everyone on your computer, use the Group Policy Editor. This method requires administrator rights and applies the setting across all your hard drives (storage locations within your PC). It's a good way to enforce a consistent deletion behavior for all users.
Option 2: Use Group Policy Editor (Admin privileges required) This method works for everyone on the computer or specific groups, and applies to all your hard drives and partitions.
- 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 allows Windows 11 users to control their own Recycle Bin confirmation setting. This action provides direct user control over whether a warning appears before files are permanently deleted.

- You can now close the Group Policy Editor.
Option 3Use Registry Editor
The Registry Editor offers a way to manage the delete confirmation dialog for all users and drives in Windows 11, especially useful for Windows Home users. This advanced method lets you change the setting for your entire PC, including all its partitions. Administrator permission is needed to make these changes.
Option 3: Use Registry Editor (Admin privileges required) This method works for all users, all hard drives, and all partitions. It's also the one to use if you have Windows Home edition.
- 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 ways to control the delete confirmation dialog, helping you manage how files are deleted. The simplest method involves right-clicking the Recycle Bin and adjusting its Properties, which affects only your account. For system-wide changes, you can use 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.
Choose whichever method works best for your needs. All three methods accomplish the same thing—they just work for different situations.
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?
You can display the delete confirmation dialog by right-clicking the Recycle Bin icon and choosing Properties. In the settings window that appears, check the 'Display delete confirmation dialog' option. Once you click OK, Windows will require your manual confirmation before moving any 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 your Recycle Bin properties.
How do I turn off delete confirmation?
To turn off delete confirmation in Windows 11, right-click the Recycle Bin icon, go to Properties, and uncheck 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!