How to fix Samsung PC drive C is not accessible (access denied) on Windows 11

A Samsung app conflict is breaking Windows 11 access, locking users out of the C drive after recent updates.

Samsung laptop
Samsung laptop / Image: Mauro Huculak & AI
  • A critical issue on Windows 11 causes loss of access to the “C” drive on select Samsung devices.
  • The error C:\ is not accessible – Access denied blocks files and apps like Outlook, Office, browsers, and system tools.
  • Affected systems include Samsung Galaxy Book 4 laptops and desktops running versions 24H2 and 25H2.
  • The issue is not caused by Windows updates KB5077181 or KB5079473. Instead, it’s a conflict with the Samsung Galaxy Connect and Continuity Service apps that affects system permissions.

On Windows 11, after installing updates KB5077181 or KB5079473, Microsoft has received reports of a critical issue affecting select Samsung devices, in which users may suddenly lose access to the system drive.

The problem triggers the error C:\ is not accessible – Access denied, effectively locking users out of their files and preventing many essential apps from launching, including Outlook, Office apps, web browsers, system tools, and Quick Assist.

According to the company, the issue has been reported on several Samsung Galaxy Book 4 laptops and Samsung desktop models running Windows 11 24H2 and 25H2. Although the problem surfaced around the February 2026 security update (KB5077181) and subsequent releases, Microsoft confirmed that the system updates are not the root cause.

Instead, Microsoft has confirmed that the problem is a conflict with the Samsung Galaxy Connect app, which can interfere with system permissions and block access to the “C:” drive during normal usage.

Affected users may encounter the issue during routine tasks such as opening files, launching apps, or performing administrative actions. In more severe cases, the problem can also prevent privilege elevation, update uninstallation, or even the collection of diagnostic logs due to persistent permission failures.

Thankfully, the company is offering a workaround to resolve this issue that involves uninstalling the Samsung app and manually changing system permissions.

In this guide, I’ll outline steps to resolve drive issues on Samsung PCs after installing the cumulative updates KB5077181 or KB5079473 on Windows 11.

Recovery steps for Samsung PCs causing drive access loss on Windows 11

If you have a Samsung device using the Galaxy Connect or Continuity Service apps, causing loss of access to the “C” drive, while on the desktop, follow these steps:

  1. Open Settings on Windows 11.

  2. Click on Apps.

  3. Click the Installed apps page.

  4. Select the Samsung Galaxy Connect (or Samsung Continuity Service) app.

  5. Click the menu button on the right and choose the Uninstall option.

    Uninstall Samsung app

  6. Restart the computer.

  7. Open File Explorer.

  8. Click on This PC.

  9. Right-click the Local Disk (C:) and select Properties.

  10. Click the Security app.

  11. Click the Advanced button.

    Drive C security tab with Advanced option

  12. Click the Change button next to the “Owner” field.

    Advanced Security Settings Change option

  13. Confirm the Everyone object name.

    Select User or Group Everyone

  14. Click the OK button.

  15. Click the Yes button.

  16. Click the Security app.

  17. Click the Edit button.

  18. Confirm the Everyone object name.

    Security edit Everyone

  19. Click the OK button.

  20. Click the Yes button.

  21. Use “Alt + C” to continue if you notice multiple security alerts.

  22. Open the Notepad app.

  23. Copy and paste the following code:

    BAT 
    icacls c:\ /grant BUILTIN\Administrators:(OI)(CI)(F) 
    icacls c:\ /grant "NT AUTHORITY\SYSTEM:(OI)(CI)(F)" 
    icacls c:\ /grant BUILTIN\Users:(OI)(CI)(RX) 
    icacls c:\ /grant "NT AUTHORITY\Authenticated Users:(OI)(CI)(IO)(M)" 
    icacls c:\ /grant "NT AUTHORITY\Authenticated Users:(AD)" 
    icacls c:\ /setowner "NT Service\TrustedInstaller" 
    icacls c:\ /remove everyone 
    pause 
    Show more lines
  24. Click on File and choose the Save as button.

  25. Set the Save as type to All Files.

  26. Confirm the RestoreAccess.bat name in the file.

  27. Save the file to the desktop.

  28. Right-click the newly created files and choose the Run as Administrator option.

  29. Click the Yes button.

  30. Restart the computer.

Once you complete the steps, the installation drive (C) should open normally, the system should operate normally, and the drive ownership should be restored to “TrustedInstaller.”

Get the Pureinfotech Newsletter

All the latest guides and news delivered in your inbox

About the author

Mauro Huculak is a Windows How-To Expert and founder of Pureinfotech in 2010. With over 22 years as a technology writer and IT Specialist, Mauro specializes in Windows, software, and cross-platform systems such as Linux, Android, and macOS.

Certifications: Microsoft Certified Solutions Associate (MCSA), Cisco Certified Network Professional (CCNP), VMware Certified Professional (VCP), and CompTIA A+ and Network+.

Mauro is a recognized Microsoft MVP and has also been a long-time contributor to Windows Central.

You can follow him on YouTube, Threads, BlueSky, X (Twitter), LinkedIn and About.me. Email him at [email protected].