# Error “Access is denied” when backing up files and folders on Windows

An "Access Denied" error message means that the Windows user account running the backup job does not have access to read the file content.

Current versions of eazyBackup automatically create a service account with all necessary permissions to read local files. If you are experiencing "Access Denied" errors you may be trying to back up a network path that has been mounted as a directory. Please see the "Accessing Windows network shares and UNC paths" article for more information.

#### If you are experiencing "Access Denied" errors and you are certain that you are not backing up a mounted network path, you may need to change the eazyBackup Delegate service log-on user.

Press Windows Key + R to open the Run box.

Type `services.msc`, press OK.

<img src="https://eazybackup.com/wp-content/uploads/2019/09/explorer_Q4HxhTCSlg.png" alt="" width="563">

In the list of services, locate the eazyBackup Delegate service. Double click to open.

<img src="https://eazybackup.com/wp-content/uploads/2019/09/mmc_55RFaR35HB.png" alt="" width="563">

From the Log On tab, you will need to change the 'This account' user from eazybackup.delegate to an admin user that has read permission to your selected files.

<img src="https://eazybackup.com/wp-content/uploads/2019/09/mmc_Er6xlhhJlf.png" alt="" width="563">

Enter the password for your admin account, press OK to confirm the changes.

<img src="https://eazybackup.com/wp-content/uploads/2019/09/mmc_IWm7PKqkj8.png" alt="" width="563">

Restart the service for your changes to take effect.

<img src="https://eazybackup.com/wp-content/uploads/2019/09/mmc_TfsK9Mfley.png" alt="" width="563">

***

[eazyBackup](https://eazybackup.com)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.eazybackup.com/troubleshooting/error-access-is-denied-when-backing-up-files-and-folders-on-windows.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
