{"id":11379,"date":"2026-02-12T08:35:21","date_gmt":"2026-02-12T08:35:21","guid":{"rendered":"https:\/\/howtogeek.blog\/ko\/?p=11379"},"modified":"2026-02-12T08:35:21","modified_gmt":"2026-02-12T08:35:21","slug":"how-to-resolve-access-denied-error-when-drive-is-not-accessible-in-windows-11","status":"publish","type":"post","link":"https:\/\/howtogeek.blog\/ko\/how-to-resolve-access-denied-error-when-drive-is-not-accessible-in-windows-11\/","title":{"rendered":"How To Resolve &#8220;Access Denied&#8221; Error When Drive Is Not Accessible in Windows 11"},"content":{"rendered":"<p>Encountering an &#8220;Access Denied&#8221; error when trying to open a drive or volume can be super frustrating. It\u2019s like Windows just decided you\u2019re not supposed to see or modify the data on that drive anymore, even if you\u2019re the admin. Usually, this pops up because of permission issues, ownership changes, or maybe logical errors lurking on the disk. Sometimes, it\u2019s just because the drive is new and hasn\u2019t been initialized, or it\u2019s protected by encryption like BitLocker. Whatever the reason, there are a few tricks that might get that drive back in your hands. These fixes range from simple permission tweaks to running a disk check, so hopefully, one of them will do the trick on your setup.<\/p>\n<h2>How to Fix Drive is Not Accessible \u201cAccess Denied\u201d Error<\/h2>\n<h3>Modify Drive Permissions and Take Ownership<\/h3>\n<p>This is often the first thing to try because Windows permission settings can get scrambled, especially after updates, user account changes, or network sharing shifts. Taking ownership and giving yourself full control helps Windows loosen restrictions and grant access. Just be aware, because of course, Windows has to make it a little harder than necessary to access certain drives.<\/p>\n<ul>\n<li>Press <kbd>Windows key + E<\/kbd> to open File Explorer<\/li>\n<li>Right-click on the drive that&#8217;s showing &#8220;Access Denied&#8221; and select <strong>Properties<\/strong><\/li>\n<li>Switch to the <strong>Security<\/strong> tab and click on <strong>Advanced<\/strong><\/li>\n<li>In the Advanced Security Settings window, click <strong>Change<\/strong> next to the owner on top<\/li>\n<li>Type <strong>Administrators<\/strong> into the box, or click <strong>Find Now<\/strong> and choose <strong>Administrators<\/strong> from the list, then hit OK<\/li>\n<li>Check the box that says <strong>Replace owner on subcontainers and objects<\/strong> \u2014 this ensures all files and folders inside also get ownership rights<\/li>\n<li>Click OK, then confirm any prompts (like \u201cYes\u201d or \u201cOK\u201d)<\/li>\n<li>Back in the Security tab, click on <strong>Change permissions<\/strong><\/li>\n<li>Click <strong>Add<\/strong> and then <strong>Select a principal<\/strong><\/li>\n<li>Type <strong>Authenticated Users<\/strong> or <strong>Everyone<\/strong>, depending on your scenario, then hit OK<\/li>\n<li>Ensure <strong>Full control<\/strong> is checked in permissions, then OK everything to apply changes<\/li>\n<\/ul>\n<p>Once done, check if the drive is accessible now. On some systems, this has to be done for each subfolder too, so don\u2019t be surprised if it takes a few minutes. On a few setups, adding Everyone and granting full control fixed the access right away, but on others, a reboot might be needed.<\/p>\n<h3>Run a Disk Check for Logical Errors<\/h3>\n<p>This step helps if the error is caused by filesystem hiccups or logical damage. Disk errors can prevent access even if permissions are fine. Performing a check can sometimes repair minor corruption and let Windows read the drive again.<\/p>\n<ul>\n<li>Press <kbd>Windows key + R<\/kbd> to open Run, then type <code>cmd<\/code><\/li>\n<li>Press <kbd>Ctrl + Shift + Enter<\/kbd> to launch Command Prompt with admin rights<\/li>\n<li>In the console, type <code>chkdsk &lt;drive letter&gt;: \/f \/r<\/code> (for example, <code>chkdsk E: \/f \/r<\/code>) and hit Enter<\/li>\n<li>Let it run \u2014 it might take a while depending on the size and health of the disk<\/li>\n<\/ul>\n<p>This tool scans for bad sectors and repairs filesystem errors. Sometimes, this alone will fix &#8216;Access Denied&#8217; issues if they are caused by logical errors. Just a heads up: on some drives, this fixes the problem on the first try, on others\u2026 not so much \u2014 might need a second run or a restart.<\/p>\n<h3>Disable BitLocker Encryption (If Enabled)<\/h3>\n<p>If the drive is encrypted with BitLocker, it could block access without giving obvious clues. If you see &#8220;Access Denied&#8221; immediately after clicking the drive, and you suspect encryption is involved, disabling BitLocker might help.<\/p>\n<ul>\n<li>Open <strong>Control Panel<\/strong> via <kbd>Win + R<\/kbd> and typing <code>control<\/code><\/li>\n<li>Navigate to <strong>System and Security<\/strong> &gt; <strong>BitLocker Drive Encryption<\/strong><\/li>\n<li>Find the affected drive and click <strong>Turn off BitLocker<\/strong><\/li>\n<li>Follow the prompts, and wait until decryption is complete<\/li>\n<\/ul>\n<p>While it\u2019s decrypting, don\u2019t turn off your PC! Once done, try accessing the drive again. Sometimes, a lot of weird access issues are caused by BitLocker glitches, and turning it off resets everything.<\/p>\n<h3>Initialize a New or Unrecognized Drive<\/h3>\n<p>If this is a brand-new drive or you just installed it, Windows might not recognize it yet. This can cause the drive to stay uninitialized, blocking access. Initializing it makes it ready for storage and access.<\/p>\n<ul>\n<li>Open <strong>Run<\/strong> with <kbd>Win + R<\/kbd> and type <code>diskmgmt.msc<\/code><\/li>\n<li>In Disk Management, look for the disk labeled &#8220;Unallocated&#8221;<\/li>\n<li>Right-click on it and select <strong>Initialize Disk<\/strong><\/li>\n<li>Choose a partition style (GPT is usually better, especially for drives &gt;2TB)<\/li>\n<li>After initialization, right-click on the unallocated space and pick <strong>New Simple Volume<\/strong><\/li>\n<li>Follow the wizard: assign drive letter, format it (quick format is fine), and finish setup<\/li>\n<\/ul>\n<p>Once initialized and formatted, the drive should be accessible. Sometimes, Windows needs a nudge like this to recognize the drive properly, especially after new hardware install.<\/p>\n<h3>Format the Drive as a Last Resort<\/h3>\n<p>This is kinda the nuclear option \u2014 all data gets wiped. Backup any important files first because formatting deletes everything.<\/p>\n<ul>\n<li>Open <strong>File Explorer<\/strong><\/li>\n<li>Right-click the drive and select <strong>Format<\/strong><\/li>\n<li>Select the desired file system (NTFS is standard for Windows), check <strong>Quick Format<\/strong><\/li>\n<li>Hit <strong>Start<\/strong>, confirm the warning, and wait for it to finish<\/li>\n<\/ul>\n<p>After formatting, the drive should be fresh and accessible. If not, there might be a physical problem with the disk.<\/p>\n<p>Hopefully, one of these methods gets the drive back to life. Sometimes, it&#8217;s a combo of permissions and logical repairs \u2014 or just initializing a new one. Either way, working through these steps often solves the \u201cAccess Denied\u201d mystery.<\/p>\n<h2>Summary<\/h2>\n<ul>\n<li>Take ownership and set permissions<\/li>\n<li>Run chkdsk to fix filesystem errors<\/li>\n<li>Disable BitLocker if enabled<\/li>\n<li>Initialize new disks<\/li>\n<li>Format if all else fails (backup first!)<\/li>\n<\/ul>\n<h2>Wrap-up<\/h2>\n<p>Most times, messing with permissions or running a quick disk check clears up the \u201cAccess Denied\u201d issue without too much hassle. Just remember, permissions are complicated, and a lot of times it\u2019s because the system or user account ownership got tangled up. If the drive is new, or you suspect hardware issues, initializing or formatting might be needed. Fingers crossed this helps\u2014if it gets one update moving, that\u2019s a win.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Encountering an &#8220;Access Denied&#8221; error when trying to open a drive or volume can be super frustrating. It\u2019s like Windows just decided you\u2019re not supposed to see or modify the data on that drive anymore, even if you\u2019re the admin. Usually, this pops up because of permission issues, ownership changes, or maybe logical errors lurking [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-11379","post","type-post","status-publish","format-standard","hentry","category-how-to"],"acf":[],"_links":{"self":[{"href":"https:\/\/howtogeek.blog\/ko\/wp-json\/wp\/v2\/posts\/11379","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/howtogeek.blog\/ko\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/howtogeek.blog\/ko\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/howtogeek.blog\/ko\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/howtogeek.blog\/ko\/wp-json\/wp\/v2\/comments?post=11379"}],"version-history":[{"count":1,"href":"https:\/\/howtogeek.blog\/ko\/wp-json\/wp\/v2\/posts\/11379\/revisions"}],"predecessor-version":[{"id":11380,"href":"https:\/\/howtogeek.blog\/ko\/wp-json\/wp\/v2\/posts\/11379\/revisions\/11380"}],"wp:attachment":[{"href":"https:\/\/howtogeek.blog\/ko\/wp-json\/wp\/v2\/media?parent=11379"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/howtogeek.blog\/ko\/wp-json\/wp\/v2\/categories?post=11379"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/howtogeek.blog\/ko\/wp-json\/wp\/v2\/tags?post=11379"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}