Hi dhs678,
Thank you for sharing those details. Since Windows 11 now includes built-in support for opening archive formats such as RAR in File Explorer, the delay may be related to how File Explorer is processing the archive or scanning it when accessed, rather than to general system startup or system file health.
To narrow this down, please try these targeted checks:
1, Temporarily hide the Preview pane and Details pane in File Explorer, then test the same .rar file again.
- If performance improves, the slowdown is likely happening while Explorer is trying to read archive content or metadata.
2, Copy one affected .rar file to a simple local folder such as C:\Temp and open it from there.
- If the delay mainly happens in Downloads, that can point to folder-specific processing rather than the archive file itself.
3, Test the same archive directly with WinRAR or 7-Zip instead of opening it through File Explorer.
- If it opens normally there, that helps confirm the issue is specific to File Explorer’s archive handling path.
4, If you suspect Microsoft Defender scanning is involved, try a very limited temporary exclusion for a test folder only (not for all archives system-wide), then remove it after testing. Microsoft notes that exclusions can sometimes help with performance-related scenarios, but they should be used sparingly because they reduce protection.
Add temporary test exclusion (Admin PowerShell):
Add-MpPreference -ExclusionPath "C:\Temp"
Remove it after testing:
Remove-MpPreference -ExclusionPath "C:\Temp"
If these checks show that File Explorer is the only component affected, a practical workaround is to open or extract .rar files with WinRAR or 7-Zip instead of relying on File Explorer for that file type.
I understand how disruptive this can be, especially when it affects routine file handling. Hopefully one of the focused tests above helps identify the trigger and gives you a more reliable workaround in the meantime.
Let me know if you need further assistance, feel free to ask me by clicking "Add Comment" or "Add Answer" if you cannot add comment so your response will be visible. Thanks for your effort.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.