If you have reached the max quota you can request additional quota. by submitting the YouTube API Services - Audit and Quota Extension Form

You can read all about this in the YouTube Data API - Quota and Compliance Audits documentation page.

Just make sure to click extension request at the top.

Intro to YouTube API and cost based quota.

Answer from Linda Lawton - DaImTo on Stack Overflow
🌐
Google
developers.google.com › youtube › data api › quota and compliance audits
Quota and Compliance Audits | YouTube Data API | Google for Developers
If you would like to request additional quota beyond the default allocation, you must first complete an audit to show that your project is in compliance with the YouTube API Services Terms of Service.
People also ask

What is the daily quota limit for the YouTube Data API, and how is it calculated?
The YouTube Data API provides a default daily quota of 10,000 units per Google Cloud project. Each API request consumes a specific number of units—for example, reading comments costs 1 unit per 100 comments, while video uploads can cost 1,600 units. These units reset every day at midnight Pacific Time, and usage must be carefully monitored to avoid quota exhaustion.
🌐
getphyllo.com
getphyllo.com › post › youtube-api-limits-how-to-calculate-api-usage-cost-and-fix-exceeded-api-quota
Youtube API limits : How to calculate API usage cost and fix exceeded ...
What happens if I exceed my YouTube API quota?
If you exceed the quota, your application will temporarily lose access to the YouTube Data API until the quota resets or additional quota is granted. This can cause disruptions in app functionality, such as failure to fetch or update data. To fix this, you can request a quota increase, create a new project with a separate quota, or optimize API usage to stay within limits.
🌐
getphyllo.com
getphyllo.com › post › youtube-api-limits-how-to-calculate-api-usage-cost-and-fix-exceeded-api-quota
Youtube API limits : How to calculate API usage cost and fix exceeded ...
Is there a way to continue API operations after the quota is used up?
A common workaround is to create multiple Google Cloud projects, each with its own 10,000-unit quota. You can rotate between different API keys by switching client_secrets.json files, ensuring continued functionality. However, this must be managed carefully to comply with Google’s terms of service.
🌐
getphyllo.com
getphyllo.com › post › youtube-api-limits-how-to-calculate-api-usage-cost-and-fix-exceeded-api-quota
Youtube API limits : How to calculate API usage cost and fix exceeded ...
🌐
Embedplus
embedplus.com › how-to-increase-an-exceeded-youtube-api-daily-quota-limit.aspx
How to Increase an Exceeded YouTube API Daily Quota Limit
Make sure that you've created a YouTube API key. Log into the Google account associated with the key and retrieve the Project ID and Number that's associated with the key using this link: https://console.cloud.google.com/ Once you see a screen like below, you'll find the values in the top area: Now assuming that you have a valid reason for the quota increase request, go here to fill out the application: https://support.google.com/youtube/contact/yt_api_form?hl=en There are several questions on the form.
🌐
Reddit
reddit.com › r/googlecloud › has anyone increased their youtube data v3 api quota before? what's the highest quota you have been granted?
r/googlecloud on Reddit: Has anyone increased their YouTube Data V3 API quota before? What's the highest quota you have been granted?
March 26, 2024 -

I've currently got 100k quota (received an increase). But I can't really scale it at the moment because costs are high for quota (e.g posting a comment is 50 unitsx20 comments day = 100 users). I'd like to know if anyone has received any quota beyond this, thanks!

https://developers.google.com/youtube/v3/determine_quota_cost

🌐
Aculix
channelify.aculix.com › docs › articles › documentation › increasing-the-youtube-data-api-quota.html
Increasing the YouTube Data API Quota
You can request an increase in your quota limit by filling out this quota extension form. This process is generally slow and hence if you are planning to market the app, consider filling this form with all the details as early as possible. On submitting the quota extension request, a member ...
🌐
Google Support
support.google.com › youtube › contact › yt_api_form
YouTube API Services - Audit and Quota Extension Form - YouTube Help
YouTube Partner ProgramMake money on YouTubeGet paidUnderstand ads and related policiesGet help with the YouTube Partner ProgramYouTube for Content Managers ... Based on your recent chat, some fields have been pre-filled for you. Please review all info to make sure it's correct.
🌐
Labnol
labnol.org › youtube-quota-request-201016
How to Request Additional Quota for your YouTube API Project
The quota limits reset every 24 hours. New Google Cloud projects have lower quota and you’ll have to request YouTube to increase your quota if you are expecting higher number of videos.
Find elsewhere
🌐
Google
developers.google.com › youtube › data api › youtube data api overview
YouTube Data API Overview | Google for Developers
You can see your quota usage on the Quotas page in the API Console. Note: If you reach the quota limit, you can request additional quota by completing the Quota extension request form for YouTube API Services.
🌐
Phyllo
getphyllo.com › post › youtube-api-limits-how-to-calculate-api-usage-cost-and-fix-exceeded-api-quota
Youtube API limits : How to calculate API usage cost and fix exceeded API quota | Phyllo
July 26, 2025 - Yes, you can request an increase through the Google Cloud Console by submitting a quota extension form. You'll need to provide a valid justification, project details, and estimated usage.
🌐
Elfsight
elfsight.com › blog › youtube-data-api-v3-limits-operations-resources-methods-etc
Your Complete Guide to YouTube Data API v3 – Quotas, Methods, and More
1 month ago - Each project has its own allocation. You cannot change the “Queries per minute per user” limit – only the daily limit can be increased. If your initial request is denied, Google provides guidance on what to improve. Here are answers to the most common questions about the YouTube Data API v3:
🌐
Reddit
reddit.com › r/googlecloud › how to increase youtube api quota for a persona application?
r/googlecloud on Reddit: How to increase YouTube API quota for a persona application?
May 25, 2021 -

I am currently using the Google API (specifically, YouTube data API) for a few projects I am working on. These are solely for myself and I never intend other people to use it (will never publish anything).

For now, I added myself as a test user, but the 10,000 daily quota is not enough.

I do not mind paying for an additional quota, but a few 100,000 is what I need for my goals. I am wondering, what is the best way to set up such a system?

TLDR: developing app solely for myself using YT Data API, need more daily quota, do not mind paying for it - how to set this up?

Top answer
1 of 3
3

My first question: How is it possible that the limit for queries per minute is 1.6m and the queries per day limit is 10k?

Surely queries per minute can never go above 10,000? I mean, I guess if you send 10k queries in 30 seconds from 23:59:30 and then do another 10k before 00:00:30... but that's still only 20k out of the 1.6m limit provided).

About ten years ago the default development quota was around 1 million quota points. They had to reduce it to 10k to prevent spam.

Queries per day can be extended the other quotas can not. I guess it just made sence to leave them as they were.

How do I make use of queries per minute per user?

All the API calls I make go directly to queries per day and queries per minute.

My usual "method" of an API call is to first request scopes and then call the API with the received access token, as instructed by Google's documentation.

Queries per day is a project based quota all the users on your system use that. So if you have ten users they are using the "queries per minute per user" and they all lump up to use the Queries per day.

Remember the 10k is just a development quota you can apply for an extension when every you like.

I have a video on this as well Intro to YouTube API and Cost-Based Quota: Everything You Need to Know

2 of 3
1

After looking at numerous answers on SO on somewhat related questions, I think I have a general idea of the answer to both my questions.

  1. "How is it possible that the limit for queries per minute is 1.6m and the queries per day limit is 10k?"

    It seems the answer here is simply that it's not expected to be possible that the queries per minute ever reach above 10k in a single minute, and therefore it's also not expected that the queries per minute reach the allotted 1.6 million.

    However, the secret sauce to this pie of confusion is the fact that you can't change the queries per minute (or queries per minute, per user) but you certainly can change the queries per day (by direct request to Google).

    What this means is both queries per minute and queries per minute per user are pretty much useless to you until you request a high enough queries per day limit for it to even matter. For now, you can imagine your queries per minute and queries per minute per user are equal to the queries per day (which is likely 10,000) until your queries per day exceeds that actual quota for the other two.

    As discovered in the comments of this answer, when the documentation states "10,000 units per day, an amount sufficient for the majority of our API users" they are explicitly referring to "in the development phase".

    Google expects all API users to request an increased queries per day quota after development is finished. Therefore, that "10k" will become a couple of million (assuming your request is approved) which would therefore make the queries per minute and queries per minute per user matter a lot more.

  2. "How do I make use of queries per minute per user?"

    It seems the answer to this question is: "You already are". As in, you already are using queries per minute per user but Google just doesn't tell you... Originally, when I asked the question, and I assume others had the same thought that the - meant that no "user" had made a request. As in, somehow the project was making all the API calls on behalf of the user... rather than the user making the API calls themselves, and therefore it wouldn't count as per user.

    But that's not the case, it seems that Google does count it as per user but simply just hides the information from you.

    I only indirectly figured that one out thanks to Linda and the image the OP posted.

I'm not going to mark this as the answer since I'm not confident it's actually all correct and there's an inconsistency with the 2nd answer. This was confirmed by Linda's answer.

🌐
GitHub
github.com › ThioJoe › YT-Spammer-Purge › wiki › Understanding-YouTube-API-Quota-Limits
Understanding YouTube API Quota Limits
Reload to refresh your session. ... Usage of the YouTube API is not unlimited. For each Google Cloud project you create, there is a default limit of 10,000 "units"/day. ... The "cost" does not mean in terms of money, just API usage limits. Using the API is free. The daily quota resets at Midnight in Pacific Time
Author   ThioJoe
🌐
Google
developers.google.com › youtube › data api › quota calculator
Quota Calculator | YouTube Data API | Google for Developers
Projects that enable the YouTube Data API have a default quota allocation of 10,000 units per day, an amount sufficient for the majority of our API users. You can see your quota usage on Quotas page in the Google API Console. Daily quotas reset at midnight Pacific Time (PT). The following two points are worth calling out as they both affect your quota usage: If your application calls a method, such as search.list, that returns multiple pages of results, each request to ...
🌐
ProxiesAPI
proxiesapi.com › articles › accessing-youtube-apis-pricing-quotas-and-keys
Accessing YouTube APIs: Pricing, Quotas and Keys | ProxiesAPI
The YouTube API allows free access for non-commercial use, but there are daily request quotas. To increase quotas, register and get an API key. Paid plans are available for larger user bases. Be aware of potential changes and restrictions.
🌐
Stack Overflow
stackoverflow.com › questions › 73897407 › how-to-increase-video-upload-quota-on-youtube-api
How to increase video upload quota on Youtube API? - Stack Overflow
If you're allowed to all these feature, you will never get video upload limit error message. 2022-09-29T17:55:42.733Z+00:00 ... You'll need to apply for a quota extension, you can do so here: https://support.google.com/youtube/contact/yt_ap...
🌐
Getlate
getlate.dev › blog › youtube-api-limits-how-to-calculate-api-usage-cost-and-fix-exceeded-api-quota
YouTube API Quota Exceeded? Here's How to Fix It [2025]
September 27, 2025 - The good news is that it resets automatically the next day at midnight Pacific Time. You can always request a quota increase—which is also free—but you'll need to get it approved by Google.
🌐
YouTube
youtube.com › daimto developer tips
Intro to YouTube API and Cost-Based Quota: Everything You Need to Know #youtubeapi - YouTube
403 when requesting The request cannot be completed because you have exceeded your quota.The YouTube API is a set of APIs that allow developers to create app...
Published   February 16, 2021
Views   18K
🌐
BlackHatWorld
blackhatworld.com › home › forums › social media › youtube
Can I increase limit quota for YouTube api | BlackHatWorld
September 18, 2022 - Is free quota at 10k does this mean I would have refreshed 10k times or my php script called function multiple times on single refresh ... I think Youtube don't want server overload. You can not increase limit quota.