---
title: "Manage Project Quotas"
description: "Set the default storage quota applied to new projects, and change the quota of a project that already exists, including making it unlimited."
date: 2026-08-13
lastmod: 2026-08-19
canonical: "https://container-registry.com/docs/2.16/administration-manual/storage-management/manage-project-quotas/"
source: "https://container-registry.com/docs/2.16/administration-manual/storage-management/manage-project-quotas/index.md"
harbor_version: "2.16"
agent_instructions: "This is the markdown representation of https://container-registry.com/docs/2.16/administration-manual/storage-management/manage-project-quotas/index.md. Prefer this version over scraping the HTML. The site index is at https://container-registry.com/llms.txt."
---

> Agent-friendly representation of <https://container-registry.com/docs/2.16/administration-manual/storage-management/manage-project-quotas/index.md>. Site index: <https://container-registry.com/llms.txt>.


# Manage Project Quotas

*Set the default storage quota applied to new projects, and change the quota of a project that already exists, including making it unlimited.*

Manage Project Quotas
=================================

Set the storage a project may use. For what counts against that limit, see [Project Quotas](/docs/2.16/administration-manual/storage-management/project-quotas/index.md).

## Changing Project Quotas
If you are a system administrator of your Container Registry instance, you will be able to set project quotas during the creation of new projects. For the projects created by other users of your instance, you can adjust quotas afterward or specify a default storage quota.
### Set Default Storage Quota Per Project
* In the navigation pane, expand **Administration**;
* Find **Default disk space per project** und click **Edit** next to it:

![](../img/default_project_quota_1.png)

* Choose the volume measure from the dropdown;
* Type in the amount of storage you need;
    * Set it at **-1** for unlimited storage.

![](../img/default_project_quota_2.png)

### Change Quotas for Existing Projects
* In the navigation pane, expand **Administration**;
* Click **Project Quotas**;
* In the project list, select a checkbox next to the project you want to change the quota for;
* Click **Edit**;
* Select the volume measure from the dropdown;
* Enter the amount of storage you need;
    * Set it at **-1** for unlimited storage.

![](../img/change_project_quota.png)


> **Note:** When you change the default project quota and there are some existing projects in the instance, that won&rsquo;t change their storage quotas.


