Windowsマシンのメモリスペースをすぐに解放したい場合、そのための最善の方法は、 Windows 10 PCで大きなファイルを見つけて、それらが役に立たなくなった場合にそれらを取り除くことです。問題は、コンピュータ上で大きなファイルをどのように検索するかということです。
Windowsには、ドライブに保存されているすべての大きなファイルを見つけるための複数の方法が用意されています。マシンに組み込まれているツールを使用してこれらのファイルを探すか、タスクを実行するサードパーティのアプリを入手することができます。いずれにせよ、メモリスペースのかなりの部分を占めるファイルを見つけることができます。
そのようなファイルが見つかったら、それをどのように処理するかはあなた次第です。それらを完全に削除することがすぐにやりたくない場合は、それらをクラウドストレージまたは外付けハードドライブに移動できます。
また、姉妹サイトのOnline Tech Tipsから(Online Tech Tips)YouTubeビデオ(heck out our YouTube video)をチェックしてください。ここでは、この記事で後述するオプションのいくつかを紹介しています。
ファイルエクスプローラーを使用してWindows10で大きなファイルを検索する(Find Large Files In Windows 10 Using File Explorer)
ファイルエクスプローラー(File Explorer)には、コンピューター上のファイルを整理、並べ替え、検索するための多くの非表示機能が付属しています。その機能の1つは、コンピューター上で特定のサイズのファイルを見つけるのに役立つことです。この機能を使用すると、これらのメモリを大量に消費するファイルを見つけて、PCから削除することができます。
ただし、その前に、まず隠しファイルオプションを有効にする必要があります。これは、エクスプローラー(Explorer)が通常のファイルの検索に加えて、大きな隠しファイルを確実に検索するためです。
ただし、隠しファイルを扱うときは注意が必要です。ほとんどの場合、これらはシステムおよびアプリ関連のファイルであり、削除するとアプリが誤動作し、システム全体がクラッシュする可能性があります。何かを削除する前に、それが何であるかを知っていることを確認してください。そうすれば大丈夫です。
[スタート]メニューを開き、[隠しファイルを(Start Menu)表示(Show hidden)]を検索して、[隠しファイルとフォルダーを表示(Show hidden files and folders)]をクリックします。
ダイアログボックスが開いたら、上部の[表示(View)]タブをクリックします。変更可能なさまざまなファイルエクスプローラー(File Explorer)オプションが表示されます。
[隠しファイル、フォルダ、およびドライブを表示(Show hidden files, folders, and drives)する]というオプションを見つけて、チェックマークを付けます。次に、[ OK ]ボタンをクリックして変更を保存します。
デスクトップ上のこのPC(This PC)をダブルクリックして、ファイルエクスプローラー(File Explorer)を起動します。ユーティリティが起動したら、右上隅にある検索ボックスをクリックします。
画面上部に新しいメニュー項目が追加されます。さらにオプションを表示するには、 「検索」(Search)という新しく追加されたアイテムをクリックします。(Click)
[サイズ(Size)]オプションを選択してから、リストから適切なオプションを選択します。それはあなたがあなたのPC上で利用可能な大きなファイルを見つけることを可能にするでしょう。
大きなファイルと見なすものがデフォルトのメニューに表示されない場合は、検索ボックスにsize:>1GBEnterキー(Enter)を押します。指定したサイズよりも大きいファイルのみが検索されます。
検索結果が表示されたら、空白の場所を右クリックして、[並べ替え]、[(Sort by)サイズ(Size)] 、 [降順(Descending)]の順に選択します。これにより、最大のファイルが結果の上部に表示されます。
コマンドプロンプトを使用してWindows10で大きなファイルを検索する(Search For Large Files In Windows 10 With Command Prompt)
オタクな人なら、コマンドプロンプト(Command Prompt)ユーティリティを使用して、指定したサイズ値より大きいすべてのファイルのリストを取得できます。ファイルリストをテキストファイルにエクスポートして、マシン上で実際にそれらのファイルを見つけることができます。
Windows + Rを押し、cmdと入力し、 Enterキー(Enter)を押してユーティリティを起動します。
起動したら、次のコマンドを入力してEnterキー(Enter)を押します。サイズが1GBを超えるすべてのファイルが検索されます。コマンドの値を変更して、大きいと思われるファイルが見つかるようにすることができます。
forfiles /S /M * /C “cmd /c if @fsize GEQ 1073741824 echo @path > largefiles.txt
新しく作成されたlargefiles.txtファイルを開くと、コンピューター上にあるすべての大きなファイルのリストが表示されます。
最大のファイルファインダーを使用してWindows10で大きなファイルを検索する(Use Largest Files Finder To Find Large Files On Windows 10)
(File Explorer)Windows 10コンピューターで大きなファイルを見つけるためのツールは、ファイルエクスプローラーとコマンドプロンプトだけではありません。(Command Prompt)そのようなファイルを見つけるのに役立つサードパーティのアプリもいくつかあります。
Largest Files Finderは、コンピューター上で最大のファイルのトップ100を見つけるのに役立つアプリの1つです。最大200GBのサイズのドライブをスキャンするのに1分しかかからないと主張しています。また、インストールは不要で、箱から出してすぐに使用できます。
- コンピューターにアプリをダウンロードして起動します。
- 起動するとすぐに、コンピュータ上の大きなファイルの検索を自動的に開始します。完了したら、結果を自分で確認できます。
検索結果からファイルを削除したい場合は、アプリ内から簡単に削除できます。いずれかのファイルを右クリックして、[削除]を選択するだけ(Simply)です(Delete)。
TreeSizeFreeを使用してWindows10で最大のファイルを検索する(Find Largest Files On Windows 10 With TreeSize Free)
TreeSize Freeはかなり長い間使用されており、 (TreeSize Free)Windowsコンピューターでスペースを大量に消費するファイルを見つけるのに役立ちます。小さなインストールが必要ですが、それは魅力のように機能します。
- コンピューターにアプリをダウンロード(Download)、インストール、起動します。管理者権限で実行して、他の方法では検索できないフォルダを検索できるようにしてください。
- 画面上にフォルダが占めるスペースとともに、フォルダのツリーが表示されます。任意のフォルダをダブルクリックして、そのサブフォルダとそのサイズを表示できます。
次に、最大のファイルが常に一番上に表示されるように、 [サイズ(Size)]列でディレクトリを並べ替えることができます。
カスタマイズ可能なオプションもいくつかあります。コンピュータ上で大きなファイルを見つけやすくなると思われるオプションを自由に試してみてください。(Feel)
4 Ways To Find Large Files In Windows 10
Іf you quickly want to free up memory space on your Windows machine, thе bеst way to do that is to find large files on your Windows 10 PC and get rid of them іf they’re no longer useful. The question thоugh is how do you gо about searching for large files on your сomputer?
Windows provides you with multiple ways to find all the large files that are stored in your drives. Either you can use the built-in tools on your machine to look for these files or you can grab a third-party app that will do the task for you. Either way, you’ll find the files that occupy a significant portion of your memory space.
Once such files are found, it’s then up to you what you want to do with them. If deleting them permanently isn’t something you’d like to do straight away, you can move them over to cloud storage or to an external hard drive.
Also, be sure to check out our YouTube video from our sister site Online Tech Tips where we go through some of the options mentioned below in this article.
Find Large Files In Windows 10 Using File Explorer
File Explorer comes with a lot of hidden features to let you organize, sort, and find files on your computer. One of its abilities is to help you find files that are of a specific size on your computer. Using this feature, you can locate those memory-hogging files and get them removed from your PC.
Before you do that, though, you’ll need to first enable the hidden files option. This is to ensure that Explorer looks for large hidden files in addition to searching for the normal files.
However, be cautious when dealing with hidden files. Most of the time, these are system and app-related files which, if you delete, will cause your apps to malfunction and even lead your entire system to crash. Before you delete anything, just make sure you know what it is and you’ll be fine.
Open the Start Menu and search for Show hidden and click on Show hidden files and folders.
When the dialog box opens, click on the View tab at the top. You’ll see various File Explorer options that you can modify.
Find the option that says Show hidden files, folders, and drives and put a checkmark in it. Then click on the OK button to save your changes.
Double-click on This PC on your desktop to launch File Explorer. When the utility launches, click on the search box given at the top-right corner.
A new menu item will be added to the top of your screen. Click on the newly added item that says Search to view further options.
Select the Size option and then select an appropriate option from the list. It’ll let you find large files available on your PC.
If what you consider as a large file isn’t available in the default menu, type in size:>1GB (replace 1GB with your size) in the search box and hit Enter. It’ll only look for files that are larger than your specified size.
When the search results appear, right-click anywhere blank and select Sort by followed by Size and Descending. This’ll ensure the largest file is shown at the top of the results.
Search For Large Files In Windows 10 With Command Prompt
If you’re more of a geeky person, you can use the Command Prompt utility to retrieve a list of all the files larger than a specified size value. The files list can be exported to a text file for you to then actually find those files on your machine.
Press Windows + R, type in cmd, and hit Enter to launch the utility.
When it launches, type in the following command and hit Enter. It’ll find all the files that are larger than 1GB in size. You can modify the value in the command so it finds files that you think are large.
forfiles /S /M * /C “cmd /c if @fsize GEQ 1073741824 echo @path > largefiles.txt
Open the newly created largefiles.txt file and it’ll have a list of all the large files sitting on your computer.
Use Largest Files Finder To Find Large Files On Windows 10
File Explorer and Command Prompt aren’t the only tools to find large files on your Windows 10 computer. There are a few third-party apps as well that can help you find such files.
Largest Files Finder is one of those apps that help you find the top 100 largest files on your computer. It claims to be only taking a minute to scan drives sized up to 200GB. Also, it doesn’t require any installation and works straight out of the box.
- Download and launch the app on your computer.
- Soon as it launches, it automatically starts searching for large files on your computer. When it’s done, you can review the results for yourself.
If you want to delete any files from the search results, you can do so with ease from within the app. Simply right-click on any of the files and select Delete.
Find Largest Files On Windows 10 With TreeSize Free
TreeSize Free has been around for quite a long time and it helps you find space hogging files on your Windows computers. It requires a small installation but then it works like a charm.
- Download, install, and launch the app on your computer. Make sure to run it with admin rights so it can search the folders that it can’t otherwise.
- You’ll see a tree of your folders along with the space they occupy on your screen. You can double-click on any folder to view its subfolders and their sizes.
You can then sort the directories by the Size column so that the largest files are always shown at the top.
It has a few customizable options as well should you want to use them. Feel free to play around with any options you think will make it easier to find large files on your computer.