Messaging limits are changing on October 7, 2025. See Upcoming changes to messaging limits.
This document describes messaging limits for the WhatsApp Business Platform.
Messaging limits are the maximum number of messages that can be delivered from a business phone number to unique WhatsApp user phone numbers, outside of a customer service window, within a moving 24-hour period.
By default, new business phone numbers are limited to 250 delivered messages, but this limit can be increased to:
You can increase your messaging limit to 1,000 by completing one of the scaling paths below. After that, we will automatically increase your limit to the next higher limit if you meet our automatic scaling criteria.
Once you complete one of these paths, we will analyze your message quality. Based on this analysis, your number's eligibility for automatic scaling will either be approved or denied
If you are approved, we will immediately increase your business phone number's messaging limit to 1,000 and notify you by email and developer alert. In addition, a business_capability_update webhook will be triggered with the max_daily_conversation_per_phone
property indicating the new limit.
Additional messaging limit increases for your number can now happen automatically, via automatic scaling.
If you are denied, we will keep your business phone number's messaging limit at its current level and notify you by email and developer alert. In addition, an account_alerts webhook will be triggered, with the alert_type
and alert_description
properties indicating alternate methods you can pursue to increase your limit.
alert_type Value | Action you can take |
---|---|
| Send 1,000 delivered messages outside of customer service windows to unique WhatsApp user phone numbers in a 30-day moving period, using templates with a high quality rating. |
| Send 1,000 delivered messages outside of customer service windows to unique WhatsApp user phone numbers in a 30-day moving period, using templates with a high quality rating. |
| Verify your identity, or send 1,000 delivered messages outside of customer service windows to unique WhatsApp user phone numbers in a 30-day moving period, using templates with a high quality rating. |
Once your business phone number's messaging limit has been increased to 1,000, we will determine if it should be increased further according to the following criteria:
If this criteria is met, we will increase your phone number's limit by one level, 24 hours later. If its quality rating has been set to Flagged for the last 7 days, however, we will decrease its limit by one level, immediately.
Your business phone number's current messaging limit is displayed in the WhatsApp Manager > Account tools > Phone numbers panel in the Messaging Limit column.
Use the GET /<BUSINESS_PHONE_NUMBER_ID> endpoint and request the messaging_limit_tier
field to get a business phone number's current messaging limit.
curl 'https://graph.facebook.com/v23.0
/106540352242922?fields=messaging_limit_tier' \
-H 'Authorization: Bearer EAAJB...'
{ "messaging_limit_tier": "TIER_250", "id": "106540352242922" }