1. Home
  2. Windows
  3. How to Fix Windows System Error Code ERROR_70: A Step-by-Step Guide

How to Fix Windows System Error Code ERROR_70: A Step-by-Step Guide


Encountering error codes on your Windows machine can be frustrating, especially when they interrupt your workflow or prevent your applications from running smoothly. One such common but confusing error is Windows System Error Code ERROR_70, which stands for "Permission Denied." This error typically occurs when a program or process tries to access a file, folder, or resource without having the necessary permissions.

In this detailed guide, we’ll walk you through everything you need to know about ERROR_70, why it happens, and how you can fix it efficiently to get your system running smoothly again.


What is Windows System Error Code ERROR_70?

ERROR_70 corresponds to the message:

"Permission Denied"

This means the application or process you are attempting to run or access doesn’t have the appropriate permissions to perform the operation on a file or system resource. It’s common during file operations, installations, or while running scripts and programs that modify system files.


Common Causes of ERROR_70

  • Insufficient file or folder permissions.
  • Program running without administrator privileges.
  • File or folder locked by another process.
  • Corrupted user profiles or permission settings.
  • Security software or antivirus blocking access.
  • Network folder or drive permissions issue.


How to Fix Windows System Error Code ERROR_70: Step-by-Step

Step 1: Identify the Problematic Program or File

Before jumping into fixes, try to pinpoint which program or file is generating the ERROR_70 message. Is it during installation, running a script, accessing a folder, or opening a specific file? Knowing this helps narrow down the troubleshooting steps.


Step 2: Run the Program as Administrator

Many permission errors arise because the application doesn’t have the elevated privileges needed to perform certain actions.

  1. Right-click the program shortcut or executable file.
  2. Select Run as administrator.
  3. If prompted by User Account Control (UAC), click Yes.
  4. Try performing your intended operation again.

Sometimes this simple step resolves the ERROR_70 immediately.


Step 3: Check and Modify File or Folder Permissions

If the error pertains to a specific file or folder:

  1. Navigate to the file or folder location.
  2. Right-click and select Properties.
  3. Go to the Security tab.
  4. Click Edit to change permissions.
  5. Select your user account and check Full control under the "Allow" column.
  6. Click Apply and OK.

If your user account is not listed in permissions, click Add, type your username, and then assign permissions.


Step 4: Take Ownership of the File or Folder

Sometimes permissions are locked behind ownership. Taking ownership can resolve this.

  1. Right-click the problematic file/folder and choose Properties > Security tab.
  2. Click Advanced.
  3. Next to the "Owner" label, click Change.
  4. Enter your username and press Check Names.
  5. Click OK.
  6. Enable Replace owner on subcontainers and objects (if available).
  7. Click Apply and OK to confirm.

Try accessing the file again.


Step 5: Close Conflicting Applications and Release Locks

Files or folders in use by other programs may trigger a permission denied error:

  • Close all open applications.
  • Restart your computer to terminate hanging processes.
  • Use tools like Process Explorer by Microsoft to identify any locks on the file.


Step 6: Temporarily Disable Antivirus or Security Software

Sometimes security software blocks legitimate access.

  • Temporarily disable your antivirus or firewall.
  • Attempt the operation again.
  • If success, adjust your antivirus settings to whitelist the program or file.
  • Re-enable security software promptly to keep your system protected.


Step 7: Check Network and Shared Permissions (If Applicable)

If the error occurs when accessing a network drive or shared folder:

  • Ensure you have proper permissions on the remote system.
  • Contact your network administrator for assistance.
  • Try reconnecting to the network share.
  • Use net use command in Command Prompt to verify drive connections.


Step 8: Run System File Checker and DISM Commands

Corrupted system files can cause unpredictable permission issues:

  1. Open Command Prompt as Administrator.
  2. Type sfc /scannow and press Enter.
  3. Wait for the scan to complete and follow any on-screen instructions.
  4. After SFC completes, run:

    DISM /Online /Cleanup-Image /RestoreHealth

  5. Restart your PC and check if ERROR_70 persists.


Step 9: Create a New User Profile

If permissions are extensively corrupted in your user profile:

  1. Create a new local user account with administrative rights.
  2. Log into this new account.
  3. Try performing the action that caused ERROR_70.
  4. If successful, you may migrate data to the new profile.


Step 10: Consult Windows Event Viewer

For deeper insight:

  1. Press Win + R, type eventvwr.msc, and press Enter.
  2. Look under Windows Logs > Application or System for recent error messages corresponding to ERROR_70.
  3. Use the detailed info to troubleshoot or seek expert help.


Final Thoughts and Preventive Tips

Fixing Windows System Error Code ERROR_70 is mostly about addressing file and system permissions. Patience and systematic troubleshooting make this easier.

  • Always run programs with the necessary privileges.
  • Avoid using generic user accounts for admin-level tasks.
  • Keep your system and antivirus software updated.
  • Regularly review and backup your permissions settings.
  • When dealing with network shares, double-check credentials and access rights.

If you follow the above steps, you should be able to resolve the ERROR_70 error smoothly and get back to your work without interruption.


Need Help?

If you’re still stuck after trying these fixes, don’t hesitate to ask for assistance in technical forums or from a professional technician. Sharing exact error messages and contexts will help others help you faster.


Was This Guide Helpful?

Your feedback matters! Drop a comment below with your experience fixing ERROR_70 or any tips you have to share.


Stay safe and happy computing! 🖥️✨

Updated on June 17, 2025
Was this article helpful?

Related Articles

Leave a Comment