# Why Does My Mailbox Get Full?

Mailboxes typically have a storage limit. When this limit is reached, the server will issue a warning to your mail client, indicating that your mailbox is full. The "mailbox full" error message means that the recipient's mailbox has exceeded its capacity and can no longer hold any messages. While you might still be able to send emails, receiving new ones will not be possible.

#### Common Reasons for a Full Mailbox

1. **High Volume of Emails**: You may receive numerous promotional and marketing emails, spam, or notifications about products and services.
2. **Large Attachments**: Emails with large attachments can quickly fill up your mailbox.
3. **Exceeding Storage Limits**: You have surpassed the maximum storage limit allocated to your email account.

{% hint style="warning" %}
Regularly monitor your mailbox storage to avoid disruptions in email delivery.
{% endhint %}

#### How to Resolve a Full Mailbox

To address the "mailbox full" issue, follow these steps:

1. **Unsubscribe**: Check your social media accounts and unsubscribe from promotional emails and unwanted newsletters.
2. **Mass Delete**: Remove junk and spam emails. Empty folders that are not in use.
3. **Clean Up Your Inbox**: Regularly delete unnecessary emails to free up space.
4. **Increase Your Mail Quota**: After cleaning your mailbox, consider increasing the mail quota.

#### Steps to Increase Your Mailbox Quota

1. Log into your **cPanel** account.
2. Under the **Mail** section, click on **Email Accounts**. This opens the Email Accounts page.
3. Locate the email account for which you wish to change the mailbox quota.
4. Click **Manage**.
5. Scroll down to **STORAGE**.
6. Enter the new mailbox quota size or check the box for **Unlimited** to set it to infinite.
7. Click **Update Email Settings** to save your changes.

{% hint style="success" %}
Regular maintenance of your mailbox can help prevent it from filling up in the future!
{% endhint %}


---

# 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.clouduxe.com/emails/why-does-my-mailbox-get-full.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.
