If a video you send from the Discord mobile app looks softer than the same file sent from desktop, Discord documents two settings in the mobile app that lower the quality of what you upload — one of them scoped to your cellular network. Both are described in Discord's own File Attachments FAQ.
What this actually is: two settings, in Discord's own words
Discord's File Attachments FAQ lists a set of upload settings that exist only in the mobile app. Two of them affect video quality directly.
The first is a quality control for uploads:
"Video Uploads: In this section, you can manage the quality of videos you upload through Discord. By selecting the "Data Saver" option, your videos will upload more quickly and consume less data."
The second is a broader data-saving switch:
"Data Saving Mode: If enabled, images and videos will be sent in lower quality through your cellular network to use less data."
Read those two carefully, because the wording is doing real work:
- Data Saver is a video upload setting. Discord frames it as managing "the quality of videos you upload" — the trade it names is faster uploads and less data consumed.
- Data Saving Mode is broader and explicitly scoped to cellular. Discord's sentence covers "images and videos" and says they are sent in lower quality "through your cellular network."
- Both describe the file being reduced before it is sent. "Sent in lower quality" and "consume less data" are statements about what leaves your phone, not about what happens after it arrives.
That third point is the whole explanation for the symptom: if less data is consumed on upload, the thing being uploaded is smaller. Both are documented as settings you find in the mobile app.
What Discord does not publish about it
Discord does not say what resolution or bitrate Data Saver targets. There is no published number, no stated cap, no "it downscales to 720p" in the official pages.
Also undocumented:
- What encoder or parameters Discord uses when it compresses anything on your behalf.
- Whether Discord re-encodes on the server side after upload, and to what.
- How Data Saver interacts with the file-size check described below — Discord documents both behaviours but does not spell out the ordering between them.
If you need any of those answers, check the official documentation.
The fix: send a file that does not need saving
Hand Discord a file that is already the size and quality you want. Two steps, in order:
- Check the two settings above in the Discord mobile app and switch off the data-saving behaviour if you want full-quality uploads. Discord documents these as mobile settings but the menu path changes between app versions — check the official documentation for where they currently sit.
- Compress the video yourself to a target you choose, so it is comfortably under your upload cap without a data-saving mode deciding the quality for you.
Try it right here
Runs in your browser. Your file is not uploaded anywhere.
This runs inside your browser tab — the file is read from disk, re-encoded locally, and handed back. Nothing is uploaded to a server. Because you pick the output, the same source gives you the same file every time.
If your phone clip is a QuickTime file, MOV to MP4 rewraps it first. The full set is listed under all Clapr tools.
Where this collides with Discord's size limit
A second mobile behaviour gets tangled up with this one. Discord's FAQ describes how file size is measured:
"Previously on mobile, we'd try to compress your file first and only tell you afterward if it was still too large, so the limit you saw didn't always match what actually applied. We've now moved mobile to the same pre-compression check that desktop has always used, so the number you see is the number that counts."
And the consequence, in Discord's words:
"because we now check file size before compression rather than after, the real-world effect varies by platform. Desktop and iOS users should generally find uploads easier than before. On Android, where source files tend to be larger, you may hit the size limit more often than you did previously, even though the stated number is higher."
Two distinct things are going on, and they answer two different complaints:
| Symptom | Documented cause |
|---|---|
| Video sent from phone looks worse than from desktop | The mobile app's Video Uploads / "Data Saver" option; and Data Saving Mode, which Discord scopes to sending "in lower quality through your cellular network" |
| Upload rejected as too large on a phone | Size is checked before compression, on your original file |
The second one is not about Android having a lower cap — it does not. It is that the check now happens on the source file, and Android source files tend to be larger. The practical rule that follows directly from Discord's wording: make the original smaller before Discord sees it. For the full breakdown of that behaviour, see Discord upload limits on Android versus desktop and Discord says your file is too large.
For reference on the caps themselves, Discord's FAQ states: "For non-Nitro subscribers, the maximum file upload is 20MB," with "Nitro Basic offers 50MB and Nitro offers up to 500MB." Discord also notes at the top of that page that it is "currently experimenting with various file upload size limits" and that "select users may have the ability to upload larger file sizes," so treat the official page as the live number.
Other mobile-specific things that affect how your video arrives
Quality settings are not the only documented client difference. Two more matter if your clip arrives wrong rather than merely soft.
Extensions matter more on mobile. Discord's developer documentation, recommending how to filter file types, says: "If you do list extensions individually, include .jpg for image uploads and both .mp4 and .mov for video uploads, as some mobile clients rely on those extensions." That is Discord acknowledging a client difference. A correct, conventional extension is not cosmetic on a phone.
The container is not the codec. Discord's FAQ lists common accepted types, and for video it is specific:
MP4 (Video encoded with H264, HEVC/H265, or AV1)A file can be named .mp4 and still hold video encoded in something outside that list. Discord presents this as "the most common examples" rather than a complete whitelist. If a clip misbehaves and it is comfortably under the cap, re-encoding to H.264 in an MP4 container is the cheapest thing to try. The video compressor outputs exactly that.
How to tell it worked
- Compare file sizes. Check the size on disk of what you are sending. That is the number Discord's pre-compression check reads.
- Use desktop as a control. Send the same source file from the desktop client. If the desktop copy looks right and the phone copy does not, the difference is on the phone side, which points straight at the two settings above.
- Re-check after app updates. Discord has changed mobile upload behaviour before — the move to a pre-compression check is documented as a change — so a setting you switched off once is worth re-verifying.
FAQ
Does Discord lower video quality when I upload from my phone? Discord documents two mobile-only settings that do exactly that. Its File Attachments FAQ describes a Video Uploads section where selecting "Data Saver" means "your videos will upload more quickly and consume less data," and a Data Saving Mode where "images and videos will be sent in lower quality through your cellular network to use less data."
What resolution or bitrate does Discord's Data Saver use? Discord does not publish that. The official documentation describes the trade-off in terms of speed and data use, not in terms of a resolution or bitrate target. Any specific number you see quoted elsewhere is not from Discord's documentation — check the official documentation for anything current.
Why does the same video look better when I send it from my computer? Discord documents the Video Uploads / "Data Saver" option and Data Saving Mode — the latter sending images and videos "in lower quality through your cellular network" — as settings in the mobile app. If the source file is identical and only the client differs, those two settings are the documented place to look first.
Does turning off Data Saver help with "file too large" errors? Not reliably, and Discord does not document how the two interact. What it does document is that file size is now checked before compression on mobile, the same way desktop has always worked — "the number you see is the number that counts." So the dependable fix for a rejected upload is shrinking the source file, not toggling a quality setting.
Does Discord compress my video for me if I leave it alone? Not in a way you can plan around. The size check happens on the file you supply, before any compression on Discord's side, and Discord does not publish what its compression does. Decide the output yourself with a compressor and you know what arrives.
Short version: the blurry upload has a documented cause on your phone; the rejected upload has a different one in how size is measured. More of these in our fix guides.
Quotes taken from Discord's File Attachments FAQ and its developer documentation, checked 16 September 2026. Discord has changed mobile upload behaviour before — verify against the official pages before relying on them.