# 63034: Media exceeds size limit

Log Type: APPLICATION

Log Level: ERROR

## Description

Twilio returns this error when the media attached to an outbound message exceeds the channel's maximum size limit. For MMS, keep the total message and media size at 5 MB or less. Twilio accepts different maximum sizes for MMS, RCS, and WhatsApp.

### Possible causes

* The media file is larger than the 5 MB MMS limit.
* The combined size of the message and its media exceeds the channel's maximum limit.

### Possible solutions

* Reduce the media file size to 5 MB or less before sending the message again.
* Check the media limit for the channel you are using before retrying. Twilio applies different size limits to MMS, RCS, and WhatsApp.

#### Additional resources

* [Accepted content types for media](/docs/messaging/guides/accepted-mime-types)
* [Programmable Messaging](/docs/messaging)
