What Is a .crdownload File and Why Is It in Your Downloads Folder?

If you've ever glanced at your Downloads folder mid-download in Google Chrome and spotted a file with a .crdownload extension, you might have wondered whether something went wrong. It hasn't. That file is a completely normal part of how Chrome handles downloading files — and understanding what it is helps you know when to leave it alone and when to be concerned.

The Short Answer: It's an Incomplete Download

CRDOWNLOAD stands for Chrome Partial Download. It's a temporary file that Chrome creates the moment you start downloading something. Think of it as a placeholder — a container Chrome uses to store the incoming data while the download is still in progress.

When the download completes successfully, Chrome automatically renames the file, dropping the .crdownload extension and replacing it with the file's actual format — .mp4, .zip, .pdf, .exe, and so on. You never have to do anything yourself. The file just… becomes what it was always supposed to be.

How Chrome Creates .crdownload Files

When Chrome begins a download, it immediately writes to disk rather than holding everything in memory. This approach has practical advantages:

  • Large files don't consume excessive RAM during download
  • Interrupted downloads can sometimes be resumed from where they left off
  • System crashes don't always mean starting over from zero

Chrome reserves the disk space progressively as data arrives from the server. The .crdownload file grows in size as the download progresses. If you sort your Downloads folder by file size, you might actually watch it grow in real time.

What Happens to the .crdownload File

There are three main outcomes for a .crdownload file:

ScenarioWhat Happens to the File
Download completes normallyChrome renames it to the correct extension automatically
Download is pausedThe .crdownload file stays on disk until resumed or cancelled
Download is cancelled or failsChrome deletes the .crdownload file — or leaves an orphan behind

That last scenario is where things get slightly more complicated.

Orphaned .crdownload Files: What They Mean

If Chrome crashes, loses internet connectivity mid-download, or is force-closed, the .crdownload file may not be cleaned up properly. These orphaned partial downloads sit in your Downloads folder indefinitely — Chrome won't resume them automatically in most cases.

Whether a partial download is resumable depends on several factors:

  • Server support for HTTP range requests — some servers allow clients to resume from a specific byte offset; others require a fresh start
  • How much time has passed — server sessions expire, and a very old partial file may be unresumable
  • Whether Chrome still has the download tracked — if the download appears in Chrome's download history (chrome://downloads), you may see a Resume option

🔍 If the download no longer appears in Chrome's history, the .crdownload file is effectively useless data and can be deleted safely.

Can You Open or Use a .crdownload File?

Generally, no — not in any meaningful way. A .crdownload file is incomplete binary data. Attempting to open it will either produce an error or garbled output, because the file doesn't contain a complete, valid structure that any application can interpret.

Some technically advanced users have had limited success manually renaming partial video downloads to their intended format (e.g., .mp4) and playing the portion that downloaded before the interruption, using a media player that handles incomplete files — like VLC. This works occasionally with video containers that store header data early in the file, but it's unreliable and format-dependent.

For most file types — archives, executables, documents — a partial download is simply not usable.

Should You Delete .crdownload Files?

It depends on whether the download is active or orphaned.

  • If a download is actively in progress, the .crdownload file is live data. Deleting it will break or cancel the download.
  • If Chrome shows the download as paused, don't delete it — you can still resume from Chrome's download panel.
  • If the file has no corresponding active or paused download in Chrome, it's safe to delete. It's taking up disk space without serving any purpose.

To check: open Chrome's downloads panel with Ctrl+J (Windows/Linux) or Cmd+Shift+J (Mac) and look for any active or paused entries that match the filename.

How .crdownload Compares to Similar Temporary Download Files

Chrome isn't alone in using this approach. Most modern browsers and download managers use their own partial-file conventions:

Browser / ToolPartial Download Extension
Google Chrome.crdownload
Mozilla Firefox.part
Safari.download
Internet Download Manager.crdownload or custom

The underlying mechanism is the same across all of them — a temporary file that gets renamed or deleted on completion.

Variables That Affect Your Experience

How .crdownload files behave in practice isn't uniform. Several factors shape the specifics:

  • Your operating system — Windows, macOS, and Linux handle file permissions and crash recovery slightly differently, which can affect whether orphaned files get cleaned up
  • Chrome version — Google has updated download handling behavior across major releases; older versions had less reliable resume functionality
  • Network stability — frequent drops increase the likelihood of orphaned files accumulating
  • Storage type and speed — on slower drives or nearly full disks, Chrome may struggle to write partial files efficiently
  • Download size — very large files create larger partial files and longer windows where interruption can occur

💡 Users who frequently download large files or work on unstable connections tend to encounter .crdownload files more often and need a clearer strategy for managing them.

Whether a partial file is worth resuming, how your specific version of Chrome handles interrupted downloads, and how much disk space these files are quietly consuming in your setup — those answers come from your own Downloads folder and Chrome's download history, not from a general explanation of what the extension means.