{"id":1588,"date":"2026-09-16T15:13:00","date_gmt":"2026-09-16T19:13:00","guid":{"rendered":"https:\/\/www.xconvert.com\/blog\/?p=1588"},"modified":"2026-07-16T23:44:07","modified_gmt":"2026-07-17T03:44:07","slug":"file-bigger-after-converting","status":"publish","type":"post","link":"https:\/\/www.xconvert.com\/blog\/file-bigger-after-converting","title":{"rendered":"Why Is My File Bigger After Converting? Causes and Fixes"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">You ran a file through a converter to make it smaller, and it came out <em>bigger<\/em>. It feels like a bug, but it almost never is \u2014 it\u2019s the predictable result of what \u201cconvert\u201d actually does. A converter changes a file\u2019s format or codec; it makes no promise about size, and several routine conversions are guaranteed to grow one. This guide walks through the five real causes \u2014 verified against MDN\u2019s format and codec guides, Fraunhofer HHI, and Microsoft\u2019s own export documentation \u2014 and shows how to get the smaller file you were actually after.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Quick answer:<\/strong> A converted file gets bigger when the <em>new<\/em> format needs more bits than the old one. Five common causes: (1) you moved to a <strong>less efficient codec<\/strong> (e.g. H.265\/HEVC \u2192 H.264, or any video \u2192 MPEG-2); (2) you converted a photo from a <strong>lossy<\/strong> format to a <strong>lossless<\/strong> one (JPG \u2192 PNG balloons because PNG can\u2019t discard detail); (3) you <strong>decompressed<\/strong> to a raw format (FLAC or MP3 \u2192 WAV, anything \u2192 BMP\/TIFF), and uncompressed is always huge; (4) the converter <strong>re-encoded at a higher bitrate or resolution<\/strong> than your source; or (5) the file was <strong>already optimized<\/strong>, so there was nothing left to squeeze. The fix: to get <em>smaller<\/em>, use a <strong>compressor with a size target<\/strong>, not a plain format converter.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Jump to a section<\/h2>\n\n\n\n<ul class=\"wp-block-list\"><li><a href=\"#not-compressing\">Converting a file isn\u2019t the same as compressing it<\/a><\/li><li><a href=\"#codec\">Cause 1: The new codec is less efficient<\/a><\/li><li><a href=\"#lossless\">Cause 2: You converted a photo to a lossless format<\/a><\/li><li><a href=\"#uncompressed\">Cause 3: You decompressed to a raw format<\/a><\/li><li><a href=\"#bitrate\">Cause 4: It re-encoded at a higher bitrate than your source<\/a><\/li><li><a href=\"#optimized\">Cause 5: The file was already optimized<\/a><\/li><li><a href=\"#tool\">How to actually get a smaller file<\/a><\/li><li><a href=\"#faq\">FAQ<\/a><\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"not-compressing\">Converting a file isn\u2019t the same as compressing it<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The root of the surprise is a single conflated idea: <strong>convert<\/strong> and <strong>compress<\/strong> are not the same operation. <em>Converting<\/em> changes the format or codec \u2014 it re-wraps or re-encodes your data so a different program can read it. <em>Compressing<\/em> aims at a smaller output, spending bits carefully to hit a size or quality target. A plain converter\u2019s job is fidelity to the new format, not smallness \u2014 so if that format is bulkier, or the tool\u2019s default quality is generous, the honest result is a bigger file.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Everything below is a specific version of that mismatch \u2014 not a malfunction, just the format math working as designed. (\u201cBigger\u201d here means the <em>converted<\/em> file versus its source; if your original was already large before you touched it, that\u2019s a separate question, covered in <a href=\"https:\/\/www.xconvert.com\/blog\/why-is-my-mp4-file-so-big\/\">why is my MP4 file so big<\/a>.)<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"codec\">Cause 1: The new codec is less efficient than the old one<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">A video\u2019s size is set mostly by its <strong>codec<\/strong> \u2014 the algorithm compressing the picture \u2014 and codecs are not equally efficient. Newer ones squeeze harder. Per MDN\u2019s video codec guide, \u201cHEVC can achieve compressed file sizes half that of AVC [H.264] but with comparable image quality,\u201d and \u201cAV1 achieves higher data compression rates than VP9 and H.265\/HEVC, and as much as 50% higher rates than AVC.\u201d Fraunhofer HHI, a co-developer of the standard, puts HEVC at \u201cabout 50% bit-rate reduction at the same subjective video quality\u201d versus H.264.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Read that backwards and the balloon makes sense. If you take an efficient <strong>H.265\/HEVC<\/strong> clip \u2014 the recording default on modern iPhones \u2014 and convert it to <strong>H.264<\/strong> for compatibility, you\u2019ve moved to a codec that needs roughly twice the data for the same quality, so the file grows. Go further back to <strong>MPEG-2<\/strong> (the 1990s DVD-era codec, less efficient still) and it grows more. The rough efficiency order, most to least: <strong>AV1 \u2192 VP9 \u2248 H.265\/HEVC \u2192 H.264 \u2192 MPEG-2.<\/strong> Converting <em>up<\/em> that list shrinks; converting <em>down<\/em> it inflates.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">It\u2019s a common same-format surprise, too: an <code>.mp4<\/code> goes in and an <code>.mp4<\/code> comes out, but you changed the codec inside from HEVC to H.264 and doubled the size.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"lossless\">Cause 2: You converted a photo to a lossless format<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">This is the classic \u201cwhy is my PNG bigger than my JPG?\u201d In MDN\u2019s terms, <strong>JPEG<\/strong> is \u201cthe most widely used lossy compression format for still images\u2026 particularly useful for photographs.\u201d <em>Lossy<\/em> means it permanently discards fine detail your eye barely registers \u2014 that discarding is exactly how it makes photos small. <strong>PNG<\/strong>, by contrast, \u201cuses lossless compression\u201d: it reproduces every pixel exactly, and it\u2019s designed for logos, icons, screenshots, and line art \u2014 images with large flat areas and hard edges.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Point PNG at a photograph and lossless becomes a liability. A photo has millions of subtly different colors and almost no flat regions to collapse, so lossless compression can barely shrink it \u2014 and because PNG refuses to throw anything away (unlike the JPEG it came from), the result is often several times larger. Crucially, converting a JPG photo to PNG <strong>adds no quality<\/strong>: the detail JPEG already discarded is gone for good. You just store the leftover data less efficiently.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The same trap catches <strong>BMP<\/strong> and <strong>TIFF<\/strong> \u2014 MDN calls the common BMP \u201can uncompressed raster image, resulting in large file sizes compared to png or jpg,\u201d and notes \u201cmost TIFF files are uncompressed.\u201d Convert a JPG to either and it balloons.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"uncompressed\">Cause 3: You decompressed to a raw format<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Some formats aren\u2019t merely less efficient \u2014 they\u2019re <strong>uncompressed by design<\/strong>, and converting <em>to<\/em> one always inflates the file. The headline case is audio: <strong>WAV<\/strong> is, per MDN, a container in which \u201cnearly all WAV files use linear PCM,\u201d holding \u201cuncompressed PCM audio, delivering the highest fidelity at the cost of larger file sizes.\u201d<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">So a <strong>FLAC \u2192 WAV<\/strong> conversion grows the file by definition. FLAC is <em>lossless but compressed<\/em> \u2014 MDN says it delivers \u201cup to 40\u201350% size reduction\u201d while \u201cthe decompressed audio is identical to the original.\u201d Convert it to WAV and you simply undo that compression: same audio, roughly double the size.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The <strong>MP3 \u2192 WAV<\/strong> case is more painful, because people often do it hoping to <em>improve<\/em> the audio. MP3 is <em>lossy<\/em> \u2014 it already threw data away \u2014 and decompressing it to WAV cannot recover any of that. You just get a much larger file that sounds exactly like the MP3: uncompressed CD-quality audio runs about <strong>1,411 kbps<\/strong> (16-bit \u00d7 44,100 Hz \u00d7 2 channels), several times an MP3\u2019s typical <strong>128\u2013320 kbps<\/strong>. Uncompressing restores size, never quality.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"bitrate\">Cause 4: It re-encoded at a higher bitrate than your source<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Even a <em>same-format<\/em> conversion (MP4 \u2192 MP4, MP3 \u2192 MP3) can grow when the converter\u2019s default quality is higher than your source\u2019s. A tool that defaults to a generous bitrate or quality percentage spends more bits than the original did, re-encoding a lightly-compressed source into a heavier one.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Microsoft\u2019s own Clipchamp documentation lists this plainly among the reasons an export lands larger than the input: \u201cClipchamp\u2019s default output frame rate and bit rate are higher than the fps and bit rate of your input video,\u201d and \u201cyou selected an output resolution that is higher than your input video\u2019s original resolution, e.g. you\u2019re exporting\u2026 at 1080p but all your input videos are 480p.\u201d <strong>Upscaling<\/strong> is the sharpest version \u2014 enlarging 480p to 1080p invents pixels and multiplies the data with no real gain in detail.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The fix is to control the output instead of accepting a default: cap the bitrate, match (never exceed) the source resolution, or \u2014 best \u2014 set a target <em>size<\/em> and let the tool solve for the bitrate.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"optimized\">Cause 5: The file was already optimized<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Sometimes there\u2019s simply nothing left to gain. If your source is already tightly compressed, a converter can\u2019t conjure more savings \u2014 Microsoft lists exactly this: \u201cyour input video is already compressed efficiently and cannot get compressed further.\u201d Re-encode a maxed-out file and you mostly just degrade it; if the new settings are even slightly heavier, it grows.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">On very small files, fixed <strong>container overhead<\/strong> can tip the balance too: every format carries some header, index, and metadata structure, and on a tiny clip that fixed cost can outweigh any codec saving. The lesson is the same across all five causes \u2014 a plain converter optimizes for the <em>format<\/em>, not for the <em>size<\/em>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"tool\">How to actually get a smaller file<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">If your goal is a smaller file, reach for a <strong>compressor with a size target<\/strong>, not a plain format converter. The <a href=\"https:\/\/www.xconvert.com\/compress-mp4\">xconvert MP4 compressor<\/a> is built for exactly that \u2014 video is the most common case, and the same logic applies to image and audio compressors:<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>Open <a href=\"https:\/\/www.xconvert.com\/compress-mp4\">xconvert.com\/compress-mp4<\/a> and click <strong>Upload<\/strong> to add your video (from your computer, or <strong>From Google Drive<\/strong> \/ <strong>From Dropbox<\/strong>).<\/li><li>Open <strong>Advanced Options<\/strong> (the gear icon) to reveal the size controls.<\/li><li><strong>Set a size \u2014 don\u2019t guess.<\/strong> Choose <strong>Specific file size<\/strong> to hit an exact MB cap, or <strong>Target file size (%)<\/strong> (marked <em>Best<\/em>) to shrink by a proportion. For a quality-first shrink, <strong>Constant Quality<\/strong> holds the look steady while trimming waste. This is the lever a plain converter never gives you.<\/li><li><strong>Don\u2019t downgrade the codec.<\/strong> Under <strong>Show All Options<\/strong>, the <strong>video codec<\/strong> dropdown lets you keep an efficient codec \u2014 leave it on <strong>H.265\/HEVC<\/strong> (or <strong>H.264<\/strong> for maximum compatibility) rather than an older one like <strong>MPEG-2<\/strong>, which would <em>enlarge<\/em> the file.<\/li><li><strong>Match the resolution to how it\u2019s watched<\/strong> \u2014 let <strong>Auto Scale<\/strong> (Smart Scaling) size it down sensibly rather than upscaling it.<\/li><li>Click <strong>Compress<\/strong>, then download.<\/li><\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">Your file uploads over an encrypted connection, is processed on our servers, and is automatically deleted a few hours later. Nothing stays around. For the quality-preserving method in depth, see <a href=\"https:\/\/www.xconvert.com\/blog\/reduce-mp4-file-size-without-losing-quality\/\">reduce MP4 file size without losing quality<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"faq\">FAQ<\/h2>\n\n\n\n<h5 class=\"wp-block-heading\">Why is my PNG bigger than the JPG I converted from?<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\">Because PNG is <strong>lossless<\/strong> and JPEG is <strong>lossy<\/strong>. JPEG makes photos small by permanently discarding fine detail; PNG keeps every pixel exactly, which is ideal for logos and screenshots but wrong for photographs \u2014 there\u2019s little for lossless compression to collapse. Converting a JPG photo to PNG adds no quality (the discarded detail is already gone) and usually produces a much larger file. For photos, keep JPEG.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\">Why is my converted video bigger than the original?<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\">Most often you changed to a <strong>less efficient codec<\/strong> (for example H.265\/HEVC \u2192 H.264), let the tool <strong>re-encode at a higher bitrate or resolution<\/strong> than the source, or the original was already efficiently compressed. Per Microsoft, an export grows when \u201cthe default output frame rate and bit rate are higher than\u2026 your input video,\u201d or when you upscale the resolution. Use a compressor with a size target instead of a plain converter.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\">Does converting MP3 to WAV improve the quality?<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>No.<\/strong> MP3 is lossy \u2014 the data it discarded is gone. Converting to WAV only <em>decompresses<\/em> it into an uncompressed file that\u2019s several times larger and sounds identical to the MP3. You get all the size of high-fidelity audio with none of the fidelity. Nothing can restore what a lossy format removed.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\">Why did my file get bigger when I kept the same format?<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\">Same-format conversions still <strong>re-encode<\/strong>. If the converter\u2019s default quality, bitrate, or resolution is higher than your source\u2019s, it spends more bits than the original did \u2014 so an MP4 \u2192 MP4 or MP3 \u2192 MP3 pass can grow. Set an explicit target size or a bitrate below the source instead of accepting defaults.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\">Which conversions almost always make a file bigger?<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\">Converting <strong>to an uncompressed format<\/strong> \u2014 anything \u2192 WAV (audio), or \u2192 BMP \/ uncompressed TIFF (image) \u2014 grows the file by definition, because those store raw data. So does converting a <strong>photo to PNG<\/strong>, or a video to an <strong>older, less efficient codec<\/strong> like MPEG-2. If smaller is the goal, those are the wrong targets.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\">How do I actually make a file smaller, then?<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\">Use a <strong>compressor<\/strong>, not a converter, and give it a <strong>size target<\/strong>. On the <a href=\"https:\/\/www.xconvert.com\/compress-mp4\">xconvert MP4 compressor<\/a>, choose <strong>Specific file size<\/strong> for an exact cap or <strong>Constant Quality<\/strong> for a visually-transparent shrink, keep an efficient codec, and match the resolution to the screen. See <a href=\"https:\/\/www.xconvert.com\/blog\/reduce-mp4-file-size-without-losing-quality\/\">reduce MP4 file size without losing quality<\/a> for the full method.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Sources<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Last verified 2026-07-16.<\/em><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><a href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/Media\/Guides\/Formats\/Image_types\">MDN \u2014 Image file type and format guide<\/a> \u2014 JPEG is lossy and best for photographs; PNG uses lossless compression (best for graphics); the common BMP is an uncompressed raster with large file sizes; most TIFF files are uncompressed.<\/li><li><a href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/Media\/Guides\/Formats\/Video_codecs\">MDN \u2014 Web video codec guide<\/a> \u2014 \u201cHEVC can achieve compressed file sizes half that of AVC\u201d; \u201cAV1\u2026 as much as 50% higher rates than AVC\u201d; VP9 \u2248 HEVC; uncompressed video is enormous; size-vs-quality tradeoff.<\/li><li><a href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/Media\/Guides\/Formats\/Containers\">MDN \u2014 Media container formats guide<\/a> \u2014 WAV holds uncompressed linear PCM, \u201cdelivering the highest fidelity at the cost of larger file sizes.\u201d<\/li><li><a href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/Media\/Guides\/Formats\/Audio_codecs\">MDN \u2014 Web audio codec guide<\/a> \u2014 FLAC is lossless, \u201cthe decompressed audio is identical to the original,\u201d \u201cup to 40\u201350% size reduction\u201d; MP3 and AAC are lossy.<\/li><li><a href=\"https:\/\/www.hhi.fraunhofer.de\/en\/departments\/vca\/technologies-and-solutions\/h265-hevc.html\">Fraunhofer HHI \u2014 H.265 \/ HEVC<\/a> \u2014 \u201cHEVC achieves about 50% bit-rate reduction at the same subjective video quality\u201d versus H.264.<\/li><li><a href=\"https:\/\/support.microsoft.com\/en-us\/clipchamp\/why-your-output-video-file-may-be-larger-than-the-original\">Microsoft \u2014 Why your output video file may be larger than the original (Clipchamp)<\/a> \u2014 an export lands larger when the default output bit rate\/frame rate exceeds the input, when you upscale the resolution, or when the input is already efficiently compressed.<\/li><\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Converted a file and it got bigger instead of smaller? The 5 causes, from lossy-to-lossless to a weaker codec, and how to actually shrink it.<\/p>\n","protected":false},"author":4,"featured_media":1587,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5,14],"tags":[],"class_list":["post-1588","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-how-to-guides","category-tools"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Why Is My File Bigger After Converting? Causes and Fixes<\/title>\n<meta name=\"description\" content=\"Converted a file and it got bigger instead of smaller? The 5 causes, from lossy-to-lossless to a weaker codec, and how to actually shrink it.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.xconvert.com\/blog\/file-bigger-after-converting\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Why Is My File Bigger After Converting? Causes and Fixes\" \/>\n<meta property=\"og:description\" content=\"Converted a file and it got bigger instead of smaller? The 5 causes, from lossy-to-lossless to a weaker codec, and how to actually shrink it.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.xconvert.com\/blog\/file-bigger-after-converting\" \/>\n<meta property=\"og:site_name\" content=\"XConvert Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/xconvertcom\" \/>\n<meta property=\"article:published_time\" content=\"2026-09-16T19:13:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.xconvert.com\/blog\/wp-content\/uploads\/2026\/07\/featured-59.png\" \/>\n\t<meta property=\"og:image:width\" content=\"2400\" \/>\n\t<meta property=\"og:image:height\" content=\"1260\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Stephanie Taylor\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@xconvert_com\" \/>\n<meta name=\"twitter:site\" content=\"@xconvert_com\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Stephanie Taylor\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"11 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/file-bigger-after-converting#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/file-bigger-after-converting\"},\"author\":{\"name\":\"Stephanie Taylor\",\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/#\\\/schema\\\/person\\\/ae9300506c0e9e85f1a6ece4d762980d\"},\"headline\":\"Why Is My File Bigger After Converting? Causes and Fixes\",\"datePublished\":\"2026-09-16T19:13:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/file-bigger-after-converting\"},\"wordCount\":2160,\"image\":{\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/file-bigger-after-converting#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/featured-59.png\",\"articleSection\":[\"How To Guides\",\"Tools\"],\"inLanguage\":\"en-CA\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/file-bigger-after-converting\",\"url\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/file-bigger-after-converting\",\"name\":\"Why Is My File Bigger After Converting? Causes and Fixes\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/file-bigger-after-converting#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/file-bigger-after-converting#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/featured-59.png\",\"datePublished\":\"2026-09-16T19:13:00+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/#\\\/schema\\\/person\\\/ae9300506c0e9e85f1a6ece4d762980d\"},\"description\":\"Converted a file and it got bigger instead of smaller? The 5 causes, from lossy-to-lossless to a weaker codec, and how to actually shrink it.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/file-bigger-after-converting#breadcrumb\"},\"inLanguage\":\"en-CA\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/file-bigger-after-converting\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-CA\",\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/file-bigger-after-converting#primaryimage\",\"url\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/featured-59.png\",\"contentUrl\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/featured-59.png\",\"width\":2400,\"height\":1260,\"caption\":\"The xconvert MP4 compressor at \\\/compress-mp4 with the Upload button highlighted \u2014 set a target file size to genuinely shrink a video instead of converting it larger.\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/file-bigger-after-converting#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.xconvert.com\\\/blog\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Why Is My File Bigger After Converting? Causes and Fixes\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/\",\"name\":\"XConvert Blog\",\"description\":\"Blog for XConvert file converter\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-CA\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/#\\\/schema\\\/person\\\/ae9300506c0e9e85f1a6ece4d762980d\",\"name\":\"Stephanie Taylor\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-CA\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/af9a54599087d3f3dd2d0ea950291c9e18fcc503af09b136b37fa52c418fe467?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/af9a54599087d3f3dd2d0ea950291c9e18fcc503af09b136b37fa52c418fe467?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/af9a54599087d3f3dd2d0ea950291c9e18fcc503af09b136b37fa52c418fe467?s=96&d=mm&r=g\",\"caption\":\"Stephanie Taylor\"},\"url\":\"https:\\\/\\\/www.xconvert.com\\\/blog\\\/author\\\/stephanie\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Why Is My File Bigger After Converting? Causes and Fixes","description":"Converted a file and it got bigger instead of smaller? The 5 causes, from lossy-to-lossless to a weaker codec, and how to actually shrink it.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.xconvert.com\/blog\/file-bigger-after-converting","og_locale":"en_US","og_type":"article","og_title":"Why Is My File Bigger After Converting? Causes and Fixes","og_description":"Converted a file and it got bigger instead of smaller? The 5 causes, from lossy-to-lossless to a weaker codec, and how to actually shrink it.","og_url":"https:\/\/www.xconvert.com\/blog\/file-bigger-after-converting","og_site_name":"XConvert Blog","article_publisher":"https:\/\/www.facebook.com\/xconvertcom","article_published_time":"2026-09-16T19:13:00+00:00","og_image":[{"width":2400,"height":1260,"url":"https:\/\/www.xconvert.com\/blog\/wp-content\/uploads\/2026\/07\/featured-59.png","type":"image\/png"}],"author":"Stephanie Taylor","twitter_card":"summary_large_image","twitter_creator":"@xconvert_com","twitter_site":"@xconvert_com","twitter_misc":{"Written by":"Stephanie Taylor","Est. reading time":"11 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.xconvert.com\/blog\/file-bigger-after-converting#article","isPartOf":{"@id":"https:\/\/www.xconvert.com\/blog\/file-bigger-after-converting"},"author":{"name":"Stephanie Taylor","@id":"https:\/\/www.xconvert.com\/blog\/#\/schema\/person\/ae9300506c0e9e85f1a6ece4d762980d"},"headline":"Why Is My File Bigger After Converting? Causes and Fixes","datePublished":"2026-09-16T19:13:00+00:00","mainEntityOfPage":{"@id":"https:\/\/www.xconvert.com\/blog\/file-bigger-after-converting"},"wordCount":2160,"image":{"@id":"https:\/\/www.xconvert.com\/blog\/file-bigger-after-converting#primaryimage"},"thumbnailUrl":"https:\/\/www.xconvert.com\/blog\/wp-content\/uploads\/2026\/07\/featured-59.png","articleSection":["How To Guides","Tools"],"inLanguage":"en-CA"},{"@type":"WebPage","@id":"https:\/\/www.xconvert.com\/blog\/file-bigger-after-converting","url":"https:\/\/www.xconvert.com\/blog\/file-bigger-after-converting","name":"Why Is My File Bigger After Converting? Causes and Fixes","isPartOf":{"@id":"https:\/\/www.xconvert.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.xconvert.com\/blog\/file-bigger-after-converting#primaryimage"},"image":{"@id":"https:\/\/www.xconvert.com\/blog\/file-bigger-after-converting#primaryimage"},"thumbnailUrl":"https:\/\/www.xconvert.com\/blog\/wp-content\/uploads\/2026\/07\/featured-59.png","datePublished":"2026-09-16T19:13:00+00:00","author":{"@id":"https:\/\/www.xconvert.com\/blog\/#\/schema\/person\/ae9300506c0e9e85f1a6ece4d762980d"},"description":"Converted a file and it got bigger instead of smaller? The 5 causes, from lossy-to-lossless to a weaker codec, and how to actually shrink it.","breadcrumb":{"@id":"https:\/\/www.xconvert.com\/blog\/file-bigger-after-converting#breadcrumb"},"inLanguage":"en-CA","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.xconvert.com\/blog\/file-bigger-after-converting"]}]},{"@type":"ImageObject","inLanguage":"en-CA","@id":"https:\/\/www.xconvert.com\/blog\/file-bigger-after-converting#primaryimage","url":"https:\/\/www.xconvert.com\/blog\/wp-content\/uploads\/2026\/07\/featured-59.png","contentUrl":"https:\/\/www.xconvert.com\/blog\/wp-content\/uploads\/2026\/07\/featured-59.png","width":2400,"height":1260,"caption":"The xconvert MP4 compressor at \/compress-mp4 with the Upload button highlighted \u2014 set a target file size to genuinely shrink a video instead of converting it larger."},{"@type":"BreadcrumbList","@id":"https:\/\/www.xconvert.com\/blog\/file-bigger-after-converting#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.xconvert.com\/blog"},{"@type":"ListItem","position":2,"name":"Why Is My File Bigger After Converting? Causes and Fixes"}]},{"@type":"WebSite","@id":"https:\/\/www.xconvert.com\/blog\/#website","url":"https:\/\/www.xconvert.com\/blog\/","name":"XConvert Blog","description":"Blog for XConvert file converter","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.xconvert.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-CA"},{"@type":"Person","@id":"https:\/\/www.xconvert.com\/blog\/#\/schema\/person\/ae9300506c0e9e85f1a6ece4d762980d","name":"Stephanie Taylor","image":{"@type":"ImageObject","inLanguage":"en-CA","@id":"https:\/\/secure.gravatar.com\/avatar\/af9a54599087d3f3dd2d0ea950291c9e18fcc503af09b136b37fa52c418fe467?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/af9a54599087d3f3dd2d0ea950291c9e18fcc503af09b136b37fa52c418fe467?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/af9a54599087d3f3dd2d0ea950291c9e18fcc503af09b136b37fa52c418fe467?s=96&d=mm&r=g","caption":"Stephanie Taylor"},"url":"https:\/\/www.xconvert.com\/blog\/author\/stephanie"}]}},"_links":{"self":[{"href":"https:\/\/www.xconvert.com\/blog\/wp-json\/wp\/v2\/posts\/1588","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.xconvert.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.xconvert.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.xconvert.com\/blog\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/www.xconvert.com\/blog\/wp-json\/wp\/v2\/comments?post=1588"}],"version-history":[{"count":1,"href":"https:\/\/www.xconvert.com\/blog\/wp-json\/wp\/v2\/posts\/1588\/revisions"}],"predecessor-version":[{"id":1589,"href":"https:\/\/www.xconvert.com\/blog\/wp-json\/wp\/v2\/posts\/1588\/revisions\/1589"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.xconvert.com\/blog\/wp-json\/wp\/v2\/media\/1587"}],"wp:attachment":[{"href":"https:\/\/www.xconvert.com\/blog\/wp-json\/wp\/v2\/media?parent=1588"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.xconvert.com\/blog\/wp-json\/wp\/v2\/categories?post=1588"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.xconvert.com\/blog\/wp-json\/wp\/v2\/tags?post=1588"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}