If you have a Samsung laptop running Windows 11 there's a chance that a major bug on Windows 11 can block access to the system drive. Causing error message: C:\ is not accessible – Access denied. This blocks access to files and stops most applications from working, including Outlook, Microsoft Office, web browsers, and system utilities etc. In some cases, it will even break administrative actions like uninstalling updates or running diagnostics tools. Whiel there isn't an official fix just yet you can try the things in this guide to solve the problem.
Takeaways:
- Learn how to fix Causing error message: C:\ is not accessible – Access denied on Samsung PC.
- What's causing Causing error message: C:\ is not accessible – Access denied on Samsung laptops.
Table of Contents
What Causes the Problem?
Although the issue usually starts after getting recent cumulative updates KB5077181 and KB5079473, these updates are not the root cause. Apparently the actual cause is a conflict involving Samsung's own system apps, specifically:
- Samsung Galaxy Connect and Samsung Continuity Service.
These applications interfere with Windows permissions and block access to the C drive during normal use and it seems to be mainly affect Samsung Galaxy Book 4 devices and certain Samsung desktops running Windows 11 versions 24H2 and 25H2.
How to Fix “C Drive Is Not Accessible – Access Denied” on Samsung PCs (Windows 11)
Follow the steps below carefully to restore access to your system drive.
- Open Settings.
- Go to Apps.
- Click Installed apps.
- Locate Samsung Galaxy Connect or Samsung Continuity Service.
- Click the menu and select Uninstall.
- Restart your computer.
Manually Take Ownership of the C Drive
- Open File Explorer.
- Click This PC.
- Right click Local Disk (C:) and select Properties.
- Open the Security tab.
- Click Advanced.
- Next to Owner, click Change.
- Type Everyone and confirm.
- Click OK, then confirm all prompts.
Change Permissions
- Return to the Security tab.
- Click Edit.
- Add or confirm Everyone.
- Grant appropriate permissions when prompted.
- Accept all security warnings.
Restore System Permissions via Script
- Open Notepad.
- Paste the following commands:
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
- Click File > Save As.
- Set file type to All Files.
- Name the file RestoreAccess.bat.
- Save it to the desktop.
Run the Script
- Right click the file.
- Select Run as administrator.
- Confirm any prompts.
- Restart your computer.
Preventing This Problem Again?
Once you fix this problem you can generally avoid it again by not reinstalling the affected Samsung apps until an official fix is released. As well as this keep Windows updated, and hope that future updates resolve the problem properly. If nothing here helps solve the problem you might have to use System Restore or contact Samsung support for device specific help.