# Reducing throttling impact in M365

## Overview

{% hint style="info" %}
&#x20;You can read more about throttling on the [official **Microsoft** website](https://learn.microsoft.com/en-us/graph/throttling?utm_source=chatgpt.com).
{% endhint %}

Throttling limits the number of API calls or operations within a given time window to prevent overuse of resources and ensure server stability. If throttling is exceeded, further requests from the client (such as **Microsoft Graph** API calls for **Microsoft 365** backups in **Xopero ONE**) are temporarily restricted, which may extend backup times.

**Microsoft** uses throttling to maintain the optimal performance and reliability of its services. The more complex the **Microsoft 365** organization, the more likely throttling issues are to occur.

{% hint style="info" %}
Learn more about throttling limits on the [**Microsoft** learning portal](https://learn.microsoft.com/en-us/graph/throttling-limits).
{% endhint %}

The best way to minimize throttling is to schedule backup procedures outside of business hours. Below are a few other example methods you can use to reduce the impact of throttling in **Microsoft 365**.

***

## Limiting concurrent tasks

In **Xopero ONE**, you can set a limit for concurrent backup tasks based on the number of users or the time interval between executions. When creating or editing an **M365** backup plan, go to the **Scheduler** section to adjust the default values— enable task balancing by defining the backup times.

<figure><img src="https://319733277-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0CBTl43C3OO6ySL1DJ6k%2Fuploads%2FF1xYMihFYkDFw2RQAyf6%2Fimage.png?alt=media&#x26;token=2e035986-a7b8-4c50-af90-fb9dad7ac347" alt=""><figcaption></figcaption></figure>

***

## Increasing EWS throttling policy limits in Microsoft 365

By default, **Microsoft 365** throttles data flow to maintain service availability and stability. A side effect of this throttling is that backups may take longer than expected. To make your **Microsoft 365** backups run faster:

1. Sign in to your **Microsoft 365 Admin Center**.
2. Navigate to **Support** > **New service request**.
3. In the search field, enter **EWS** and select **Increase EWS Throttling Policy** from the list.

<figure><img src="https://319733277-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0CBTl43C3OO6ySL1DJ6k%2Fuploads%2FaUoAGVqXUbWF8R5xM6QP%2Fimage.png?alt=media&#x26;token=31cdc0bd-78b4-4cd3-92e2-68f8c0f3ffc6" alt=""><figcaption></figcaption></figure>

4. Run the diagnostic test to determine whether you are being throttled.

<figure><img src="https://319733277-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0CBTl43C3OO6ySL1DJ6k%2Fuploads%2Fxu1DNoliGWpdSLZAfrwg%2Fimage.png?alt=media&#x26;token=a663ea94-5dbc-4b8d-831d-ea474570861e" alt=""><figcaption></figcaption></figure>

5. If you are being throttled, **EWS** will temporarily increase the throttling limits.

<figure><img src="https://319733277-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0CBTl43C3OO6ySL1DJ6k%2Fuploads%2Ff0i7VDwRqn0MAbOfmLSl%2Fimage.png?alt=media&#x26;token=32fed048-7ac5-48c3-ad74-0064d3091c1f" alt=""><figcaption></figcaption></figure>


---

# 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://helpcenter.xopero.com/xopero-one-en/compliance-and-risk-management/throttling-prevention/reducing-throttling-impact-in-m365.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.
