High Operating Systems ✓ Solution Verified by Community (0+ upvotes)

How to fix error error-ea-access-denied in Windows 11

ERROR_EA_ACCESS_DENIED = 994

65% success rate
👥 0+ users verified
📅 Updated: 2026-08-12
⏱️ 20 min read
Fix based on community reports and expert analysis. Last verified: 2026-08-12 · How we verify fixes
Error Codeerror-ea-access-denied
Affected SystemWindows 11 (Microsoft)
DifficultyHigh
Estimated Time20 min
Requires Admin Rights⚠️ Yes

Solution Steps

  1. 1 Press Windows key + E to open File Explorer. Navigate to the file or folder that is causing the error. Right-click on it and select 'Properties'.
  2. 2 Go to the 'Security' tab and click 'Advanced'. At the bottom, next to 'Owner:', click 'Change'. In the 'Enter the object name to select' box, type your username (e.g., 'Administrator') and click 'Check Names', then OK. Check the box 'Replace owner on subcontainers and objects' and click OK. This gives you ownership of the file, which is necessary to change permissions.
  3. 3 Back in the 'Advanced Security Settings' window, click 'Add' to add a new permission entry. Click 'Select a principal', type 'Everyone' and click OK. Under 'Type', select 'Allow'. Under 'Applies to', choose 'This folder, subfolders and files'. Check the box for 'Full control' under 'Basic permissions'. Click OK. This grants full access to everyone, which will override any restrictive EA permissions.
  4. 4 Click 'Apply' and then 'OK' to close all windows. Try accessing the file again. If the error persists, you may need to remove the extended attributes using a command-line tool.
  5. 5 Open Command Prompt as administrator (press Windows key + X, select 'Windows Terminal (Admin)'). Type 'attrib -R -S -H "C:\path\to\file"' (replace with the actual path) and press Enter. This removes read-only, system, and hidden attributes that might be interfering.
  6. 6 If the file is on a USB drive or external drive, try copying it to your local drive first, then access it. Sometimes the file system on external drives has different EA handling.

🔍 Didn't work? Enter your GPU and CPU for hardware-specific advice:

🔧 Still having issues?

Describe your exact problem to Error Buddy and get a personalized fix in seconds.

🛠️ Try Error Buddy — It's Free