3 Ways to Split Large Files on Windows 11

If you’ve encountered a file size limitation, you can split your large files into multiple smaller files and recombine them later. Here are three ways to do that on your Windows 11 PC.

**Method 1: Using 7-Zip**

The easiest way to split large files is by using the free and open-source 7-Zip app. To start, download the app installer from the official website and run it after restarting your system. Then, open File Explorer, find the large file you want to split, right-click it, and select “Add to Archive.” Choose the “Split to Volume, Bytes” option, type the size for each small file, and click “OK.” 7-Zip will create multiple files from the original file, which can be recombined later by extracting them.

**Method 2: Using WinRAR**

Another graphical tool you can use is WinRAR. After downloading and installing the app, restart your computer and launch File Explorer. Find the large file to split, right-click it, and select “Add to Archive.” In the Archive Name and Parameters window, click the “Split to Volume, Size” field, type the size for each chunk, and optionally configure other options. Click “OK” to start splitting the file. WinRAR will create chunks in the same folder as the original file, which can be extracted later.

**Method 3: Using PowerShell**

If you don’t want to use a third-party tool, Windows 11’s built-in PowerShell utility allows you to split and merge files. To do this, open PowerShell, navigate to the folder containing the large file, type “cd PATH” (replacing “PATH” with the actual path), press Enter, and then run the provided script. This will create multiple smaller files from the original file in the same directory. Later, you can recombine these files by running a similar script.

In addition to these methods, Git Bash also offers an alternative way to split large files into smaller ones.

Source: https://www.howtogeek.com/how-to-split-large-files-on-windows-11