Microsoft has officially acknowledged a glitch introduced by its June 9, 2026 security updates that causes the Windows Recycle Bin to display internal, machine-generated filenames—such as $Rxxxxx.ext—when users attempt to permanently delete files. The confirmation, posted on the Windows release health dashboard, warns that the bug affects all supported client and server versions of Windows and can erode user confidence in file management operations.
The issue first surfaced in enterprise environments and quickly spread across IT help desk forums after the Patch Tuesday rollout. Administrators reported that end users were alarmed by the unfamiliar filenames, fearing malware infection, encryption by ransomware, or silent data corruption. While the files themselves remain intact, the behavioral change disrupts the familiar Recycle Bin workflow and has prompted calls for an urgent out-of-band fix.
What exactly is happening?
When a file is deleted in Windows, it is moved to the Recycle Bin and renamed internally to a $R-prefixed identifier with the original extension preserved—for instance, a deleted document named “report.docx” becomes something like “$RZQ3F8K.docx” inside the hidden Recycle Bin folder. The permanent delete confirmation dialog normally retrieves and displays the user-friendly original filename. After installing the June 2026 security updates, however, affected systems show the raw internal name in the confirmation prompt.
This means a user trying to permanently erase “budget_2026.xlsx” from the Recycle Bin might instead see “$R2A7B9C.xlsx” and be asked, “Are you sure you want to permanently delete this file?” The inconsistency is purely cosmetic—the file would still be deleted correctly—but in practice it sows confusion, particularly in business environments where employees are trained to recognize and verify filenames before confirming destructive actions.
Which updates are to blame?
The problematic updates are the security cumulative updates released on June 9, 2026, which correspond to Microsoft’s regular monthly Patch Tuesday. While Microsoft has not disclosed the exact KB numbers in its initial acknowledgment, the affected packages include:
- The latest cumulative updates for Windows 11, versions 23H2, 24H2, and any supported feature updates
- The monthly rollups for Windows 10, versions 21H2 and 22H2
- Security-only updates for Windows Server 2022, 2019, and 2016
- The servicing stack updates bundled with the above
The bug is not limited to a single update but appears to be a regression introduced across the entire June 2026 security release train. This suggests a common codebase change in the Windows shell or file management libraries rather than a flaw in an individual patch.
The real-world impact: from IT help desks to end users
“Our ticket queue doubled overnight,” said a senior IT administrator who shared his experience on a popular Microsoft forum. “Employees thought their machines were compromised because they’d never seen those strange filenames. We had to issue a company-wide notification that it was a known bug, not a security incident.”
For home users, the effect is less disruptive but equally unsettling. Many rely on the Recycle Bin as a last-chance recovery tool and perform periodic permanent deletions to free up disk space. Seeing an unrecognizable filename can trigger hesitation, second-guessing, and unnecessary support calls to friends or family members who serve as ad-hoc tech support.
The glitch also complicates troubleshooting. When users delete a file and then attempt to recover it from the Recycle Bin, they expect to see the original name. If the dialog shows a $R-prefixed name, they may not recognize the file and skip recovery, inadvertently losing data they intended to keep.
Microsoft’s official response and workaround
In its health dashboard entry, Microsoft stated: “After installing the June 2026 security updates, when you select a file in the Recycle Bin and choose ‘Delete’ from the context menu, the confirmation dialog may display an internal filename instead of the original name. The file will still be deleted as expected. We are working on a resolution and will provide an update in an upcoming release.”
The company suggests that users who find the behavior disruptive can temporarily use alternative deletion methods that bypass the confirmation dialog entirely:
- Use the keyboard shortcut Shift + Delete while the file is selected in File Explorer to permanently delete without sending it to the Recycle Bin (though this removes the safety net of the Recycle Bin).
- Right-click the Recycle Bin icon and choose “Empty Recycle Bin” to clear all files in one operation—this action does not trigger the per-file confirmation dialog and thus does not show the internal filenames.
- Use command-line tools like
delorRemove-Itemin PowerShell, which operate outside the GUI dialog.
For managed environments, Microsoft recommends that IT administrators communicate the bug to users and consider temporarily suppressing the confirmation dialog via Group Policy (User Configuration > Administrative Templates > Windows Components > File Explorer > Display confirmation dialog when deleting files—set to Disabled). However, this removes the safeguard for all deletions, not just Recycle Bin operations, so it should be applied with caution.
A deeper look: why $R filenames?
The $R naming convention is an artifact of how Windows handles Recycle Bin storage. When a file is moved to the bin, the system creates two components: an index entry in a hidden INFO2 or $I file that preserves the original path and name, and the actual file data renamed to a $R-prefixed unique identifier. This mechanism prevents name collisions and tracks files across different deletion events. Normally, the shell seamlessly maps the $R filename back to the original name when presenting files to the user.
The June 2026 bug breaks this mapping at the final stage—the permanent delete confirmation. It is likely a regression in the functions responsible for retrieving the friendly name from the Recycle Bin’s metadata. Similar issues have occurred before; a comparable bug appeared in a preview update in 2024, though it was fixed before reaching the broad deployment ring. This time, the flaw slipped into the security release, which undergoes rigorous testing but still missed this particular UI regression.
Community reaction and the broader update landscape
Reaction from the Windows community has been mixed. Many power users quickly identified the issue as a cosmetic bug and applied the workarounds. Others, however, expressed frustration that security updates—intended to patch vulnerabilities—introduced a new problem that erodes trust. “It’s always something with Patch Tuesday,” one forum thread reads. “You patch one hole and spring three new leaks.”
The timing is particularly sensitive because the June 2026 updates also addressed a critical remote code execution vulnerability in the Windows Kernel. Enterprises were under pressure to deploy the patches quickly, only to discover the Recycle Bin quirk afterwards. For security-conscious admins, the balance between patching urgently and avoiding new bugs has always been delicate; the $R filename issue tipped the scales toward frustration.
Microsoft has not yet indicated whether the fix will be delivered in an out-of-band update or bundled with the next monthly cumulative release. Historically, the company reserves out-of-band fixes for severe issues that compromise security or productivity. A cosmetic bug, while annoying, may not meet that bar, so users and administrators should expect the correction to appear in the optional July preview update or the July Patch Tuesday release.
How to verify if you’re affected
If you’re uncertain whether your machine has the June 2026 updates, you can check Windows Update history by navigating to Settings > Windows Update > Update history. Look for updates installed on or after June 9, 2026. To confirm the behavior, simply:
- Delete a test file (something you don’t need).
- Open the Recycle Bin, right-click the file, and choose “Delete.”
- Observe the confirmation dialog. If it shows a $Rxxxxx.ext pattern instead of the original name, you’re hit by the bug.
There is no need to uninstall the updates, as the flaw does not affect file integrity or system stability. Uninstalling security patches, on the other hand, would reopen vulnerabilities and is strongly discouraged.
What should users and IT admins do now?
For individual users, the most practical response is awareness and the temporary bypass methods mentioned earlier. Until Microsoft issues a fix, avoid relying solely on Recycle Bin operations for files where name recognition is critical. Consider archiving important items instead of deleting them if you may need to recover them later.
IT departments should:
- Document the issue in internal knowledge bases and inform help desk staff.
- Send a brief notice to all users describing the situation, emphasizing that it is a known display bug and not a security threat.
- Evaluate whether to disable the confirmation dialog temporarily, weighing the risk of accidental deletions against the support burden caused by confusion.
- Watch the Windows release health dashboard for updates on the resolution.
Microsoft’s acknowledgment includes a promise of “an update in an upcoming release,” which most insiders interpret as a fix slated for the July 2026 cumulative update. There is also speculation that the company might release a Known Issue Rollback (KIR) to disable the offending code change if a backportable fix is ready sooner. KIRs have been used for non-security bugs in the past and would allow rapid deployment through the cloud-based rollback infrastructure.
Looking ahead: the perpetual patch quality challenge
The $R filename bug is the latest in a series of Patch Tuesday side effects that have plagued Windows in recent years. From printer issues to performance regressions, each cycle brings a new test of users’ patience. Microsoft has invested heavily in automated testing and AI-driven telemetry, yet some UI-level bugs still escape detection until they hit millions of devices.
For Windows enthusiasts and IT professionals, the episode underscores the importance of testing updates in a controlled environment before broad rollout. It also reinforces the value of community-driven forums where early adopters report anomalies that official channels may not immediately capture. As Microsoft continues to evolve its Windows-as-a-service model, the feedback loop between patch release and bug confirmation will remain a critical component of the ecosystem’s health.
The June 2026 update’s Recycle Bin bug, while minor in impact, is a vivid example of how even small regressions can ripple through a user base accustomed to predictability. Until the fix arrives, that cryptic $R prefix will serve as a reminder that sometimes the machines are the ones doing the naming—whether we like it or not.