Software

Everything

by voidtools · MIT

Locate files and folders by name instantly.

Record

Latest version
1.4.1.1032
Release date
23 Jan 2026
Package identifier
voidtools.Everything

Official downloads

These URLs are the ones voidtools declares in its own manifest. We do not proxy or shorten them, and we do not host a copy.

More than one architecture below. Check which one your Windows is if you are not sure.

64-bit

wixmachine scopewww.voidtools.com · publisher domain
File name
Everything-1.4.1.1032.x64.msi
SHA-256
4e7a80885aab8566b750c56a2a2b3e7c3c1f4920bcc53777e07f5eeb9e1f7485
Product code
{B5F500BB-4625-445D-A2E7-E7FE5E1E7E85}

32-bit

wixmachine scopewww.voidtools.com · publisher domain
File name
Everything-1.4.1.1032.x86.msi
SHA-256
2c8da8e569a3ddc19cf80f071edb0545e3d4ceca751b5c5d2515279400705086
Product code
{4105858C-9008-4D56-98F3-7DC2498105D0}

Verify the file you downloaded

Run this against the file on disk. If the output does not match the hash below, the file is not what voidtools published. Delete it.

Windows · PowerShell

Get-FileHash "Everything-1.4.1.1032.x64.msi" -Algorithm SHA256

macOS · Linux

shasum -a 256 "Everything-1.4.1.1032.x64.msi"

Expected output

4e7a80885aab8566b750c56a2a2b3e7c3c1f4920bcc53777e07f5eeb9e1f7485

Got a different hash, or one you cannot place? Paste it into the hash checker and it will tell you which program and version it belongs to, past releases included.

Install Everything silently

This installer is an MSI package, so it takes the standard Windows Installer switches. That is a property of MSI itself rather than something the publisher declared.

64-bit · machine scope · MSI convention

msiexec /i "Everything-1.4.1.1032.x64.msi" /qn /norestart

32-bit · machine scope · MSI convention

msiexec /i "Everything-1.4.1.1032.x86.msi" /qn /norestart

Run it from the folder holding the downloaded file, in a terminal opened as administrator when the package installs for all users. Silent means no window and no prompts, so check the exit code rather than waiting for something to appear: 0 is success and 3010 means it worked but wants a reboot.

Silent install commands for every program we index · silent uninstall

Uninstall Everything cleanly

Every guide on this tells you to hunt for the product code with Get-WmiObject or in the registry. You do not need to: it is published in the installer manifest, and it is printed below.

Product code · 64-bit

{B5F500BB-4625-445D-A2E7-E7FE5E1E7E85}

Uninstall, with the usual prompts

msiexec /x {B5F500BB-4625-445D-A2E7-E7FE5E1E7E85}

Silent, for deployment

msiexec /x {B5F500BB-4625-445D-A2E7-E7FE5E1E7E85} /qn /norestart

Product code · 32-bit

{4105858C-9008-4D56-98F3-7DC2498105D0}

Uninstall, with the usual prompts

msiexec /x {4105858C-9008-4D56-98F3-7DC2498105D0}

Silent, for deployment

msiexec /x {4105858C-9008-4D56-98F3-7DC2498105D0} /qn /norestart

The product code changes with every version

The codes above belong to Everything 1.4.1.1032, the version in our index. If you have an older release installed, its code is different and this command will report that the product is not installed. In that case run Get-Package -Name "Everything*" in PowerShell to read the code of what you actually have.

This removes the program as the publisher packaged it. Settings and files created after installation, typically under AppData, are deliberately left behind by the uninstaller and have to be deleted by hand if you want them gone.

Reinstalling and hitting error 1638? That is this same product code, and the command above is the fix.

Product codes for every program we index, with the msiexec switches and how to read the code off your own machine.

How we scored this 96 out of 100

SignalFindingPoints
SHA-256 hash published8 of 8 installers ship a SHA-256 hashWithout a published hash there is no way to prove the file you downloaded is the file the publisher built.30 / 30
Binary provenance8 on the publisher's own domainThe strongest signal against a repackaged installer: the file should come from the publisher, not from a mirror nobody vouches for.35 / 35
Served over HTTPS8 of 8 over HTTPSAn installer fetched over plain HTTP can be modified in transit.15 / 15
Release recencylast release about 7 months agoSoftware that has not shipped in years accumulates unpatched vulnerabilities.11 / 15
Licence declaredMITA declared licence tells you what you are actually allowed to do with the software.5 / 5

Opens 1 file type

Extensions Everything registers itself to handle.

Is Everything safe to download?

Yes, in the sense we can actually verify: the installer downloads from voidtools.com, which is a domain we have tied to voidtools.

Every one of the 8 installers on this page comes with the SHA-256 voidtools declared, so you do not have to take our word for it: hash the file you downloaded and compare.

What this does not tell you is whether the software itself is any good, or whether you want what it does once installed. A publisher can ship something you would rather not run and the download is still authentic. We answer the question we can measure and leave the other one to you.

If Windows says “Windows protected your PC” when you run it, that is SmartScreen reporting reputation, not a malware verdict — it shows up on perfectly legitimate software from small publishers and on releases that are simply new. The reverse matters more: no warning does not mean the file was checked.

How the 96/100 score is calculated · why the source matters more than the reputation

Install Everything with winget

Windows ships with a package manager, and this program is in it. The identifier below is the one Microsoft's repository uses, which is also where the download URL and hash on this page come from.

Install

winget install --id voidtools.Everything --exact

Upgrade later

winget upgrade --id voidtools.Everything

Why --exact: without it winget matches on name as well as identifier, and a search that returns more than one package makes it stop and ask rather than install. Pinning the identifier is what makes the command safe to put in a script.

Not installing anything, or getting an error back? The commands that actually come up covers upgrading everything at once, what --include-unknown is for, and why winget can be missing from a machine that should have it.

Old versions of Everything10 with hashes

The version history of Everything, each release with the download URL the publisher declared at the time and the SHA-256 to check it against. Useful when an update breaks something and you need to downgrade to a build that worked.

We do not host any of these files and never re-upload them, which is the difference between this and an old-version download site.

1.4.1.1031

released 22 Jan 2026
  • Everything-1.4.1.1031.x86.msi32-bitofficial URL

    97B2CA19B331F582D8B549AC7FE98BDF8B44205722A0E71661BD62871BDC7A54

  • Everything-1.4.1.1031.x64.msi64-bitofficial URL

    80A9994D1F1BA2F0641BB489DA698E56828996C82BD289B6542597BBCAA989BA

  • Everything-1.4.1.1031.x86-Setup.exe32-bitofficial URL

    D88E1FE1B221662CAA15CA8261039F68FA54A2BD7533194228E5C2443B50D26F

  • Everything-1.4.1.1031.x64-Setup.exe64-bitofficial URL

    9189ECA994F78C32B4EA39A4B78E016056C3939761B18800446068B6A06C5162

  • Everything-1.4.1.1031.ARM.zipARMofficial URL

    C5673073834F7FF35C408D195D072B6180612600C36DC2BFE5F908FBF19FC37C

  • Everything-1.4.1.1031.ARM64.zipARM64official URL

    713A3F8C838543A487B860643F3B9B3B85752F1BE38C3B6E273F78C601E0C2CA

1.4.1.1030

released 04 Nov 2025
  • Everything-1.4.1.1030.x86.msi32-bitofficial URL

    59EAFA8AE9446EFA1B0AA1CE167B9F952B6B1C8D3EC9EDBAE1C8D252BBDD383B

  • Everything-1.4.1.1030.x64.msi64-bitofficial URL

    5BFF2DBA46C71838B8966D340BA36A181FB00CCD5CBDA459003711EB80768C89

  • Everything-1.4.1.1030.x86-Setup.exe32-bitofficial URL

    6714CD251BEB7416CC684D0715E93EC79A12452EFE71769EA8F5438295627FDF

  • Everything-1.4.1.1030.x64-Setup.exe64-bitofficial URL

    553FD2477E830F686D140D8E7FF79FC3D69239A754C85BE4CF7E45A625A50396

  • Everything-1.4.1.1030.ARM.zipARMofficial URL

    4173d7e128ff39737302884383afd9122afb4b26469304aea8312dad3840bd8c

  • Everything-1.4.1.1030.ARM64.zipARM64official URL

    3f5c7fc440102b99c2d3cd8afc2ccca67f0b948d3288ec795fed6f680f677545

1.4.1.1029

released 13 Oct 2025
  • Everything-1.4.1.1029.x86.msi32-bitofficial URL

    0608648D665C857BC5E18FEEB91016F75BBEF660F88B17219E04F247FA094D44

  • Everything-1.4.1.1029.x64.msi64-bitofficial URL

    EF8A9348AB6A37129F042DD295D94E5EEF6ACA72D0BF6B09CE83C38163E81E0B

  • Everything-1.4.1.1029.x86-Setup.exe32-bitofficial URL

    2E8F8E7A03C03198AF234B6AD0F52DF179ABB0187356D73AFCF9298F2EA4E6FD

  • Everything-1.4.1.1029.x64-Setup.exe64-bitofficial URL

    392B0C84B5FB5464F7B5948592A586333347D38BBA921972905D72AAF1ECC560

1.4.1.1026

released 01 Aug 2024
  • Everything-1.4.1.1026.x86.msi32-bitofficial URL

    D4427930EAA6A1FD10F2F8600011E2FA6C3E1A44339A5F24B5208354BDCA2946

  • Everything-1.4.1.1026.x64.msi64-bitofficial URL

    EBB176103DD1B13C4AE7B4CA83CAF03334A6A1FB32CE09B4E2214E5941028626

  • Everything-1.4.1.1026.x86-Setup.exe32-bitofficial URL

    BBF249AB7D4EA4B17A56D2EFFCD0DF563BF4D5CD4F6E00EBF5E74A74CA0034E2

  • Everything-1.4.1.1026.x64-Setup.exe64-bitofficial URL

    DAE32A49B6052F0EC70895DD4E35B2B26222F7F4C19C36D9D309033E2FB622BC

1.4.1.1024

released 26 May 2023
  • Everything-1.4.1.1024.x86.msi32-bitofficial URL

    47B741DD266A81D47E2DBE6B8E91F936F65D7B490146D2933EB805611DA4FFCF

  • Everything-1.4.1.1024.x64.msi64-bitofficial URL

    799A2262E05BD1F7356A20D6469E2743CBAE2C74DE32E3BF5BB035F754B47027

  • Everything-1.4.1.1024.x86-Setup.exe32-bitofficial URL

    59F57803FA5235075C3E470E1006905A61236E491BB75A599D862CAFCFBB529F

  • Everything-1.4.1.1024.x64-Setup.exe64-bitofficial URL

    B2AFE799584C913532C673F99ADE45113BF5A5B605A964CE9FA837F563B6FC21

1.4.1.1023

released 10 May 2023
  • Everything-1.4.1.1023.x86.msi32-bitofficial URL

    F93E5BA417CD92753AD9BFBC1C15822AD2C47E366A7592BFA5336B512E7854DE

  • Everything-1.4.1.1023.x64.msi64-bitofficial URL

    EA9FDE61C279B225F77FD1CE415BBC1AE54543ADEA1D9494AEAC8E7E9A572226

  • Everything-1.4.1.1023.x86-Setup.exe32-bitofficial URL

    7374C6ED22F6904F156274069194F8B3196554C5ACCE10B5FB64E20B028917CB

  • Everything-1.4.1.1023.x64-Setup.exe64-bitofficial URL

    8A72D5368290050DE9F893DE95B27E94DF29CAFE081A8057D357A3AFA50683FA

1.4.1.1022

released 10 Oct 2022
  • Everything-1.4.1.1022.x86.msi32-bitofficial URL

    969751BFC48B987A51AEF1F8A8103D3636C1AE35B78BDC3446F995102DEA0820

  • Everything-1.4.1.1022.x64.msi64-bitofficial URL

    57D69173FDC1F247E44A23BA882D4E8F14D9A56ADBED14EAC6BA8A0EB119404B

  • Everything-1.4.1.1022.x86-Setup.exe32-bitofficial URL

    3860E524FBFE73D52ED16F762E6ED705CC31A520AC601E4BD8622CD99F93AF58

  • Everything-1.4.1.1022.x64-Setup.exe64-bitofficial URL

    488D285760EB1AEB148E2AEC18A2F063571A6630ACB26A02B6751C56CA4A95BE

1.4.1.1021

released 03 Oct 2022
  • Everything-1.4.1.1021.x64.msi64-bitofficial URL

    A9654ABCE6B8F1BC68C2999374C4348554B2ADC6D1875D46CB41BCA05F109C34

  • Everything-1.4.1.1021.x86.msi32-bitofficial URL

    37F475ADFF58B9E0677AEC58056BC0153EF5BC30C876F2F3FF87B5F7A700D3A2

  • Everything-1.4.1.1021.x64-Setup.exe64-bitofficial URL

    27033A4911D43E7C745D3EEF9E9F5C1490B1755082A5708C3385794413C64D95

  • Everything-1.4.1.1021.x86-Setup.exe32-bitofficial URL

    772303777BE960951E8BE6E151EE7B2F73F5AB772BCA650000522B9988E38DBB

  • Everything-1.4.1.1021.x64.en-US-Setup.exe64-bitofficial URL

    C66C071BBCE9637D139EC1BD1781A08CA6A8A3FA60FD54B142B71B78DC377E45

  • Everything-1.4.1.1021.x86.en-US-Setup.exe32-bitofficial URL

    7054EC98F7087D8A533F9F543C1C7228E951ABC42FEA8B34C2673D03DC54C361

1.4.1.1020

released 08 Sept 2022
  • Everything-1.4.1.1020.x64.msi64-bitofficial URL

    216DD098FD4A8CB03B1E2CCB5A4BCDBC58FD26065B9DA9BFF625C7600F4E6714

  • Everything-1.4.1.1020.x86.msi32-bitofficial URL

    75311DA97D3256102F6DB88926E18C4834C59A5743F4915DE893573503DA1C20

  • Everything-1.4.1.1020.x64-Setup.exe64-bitofficial URL

    B641DA481AB58B0E1C8A1D2C372700455A9BBF9243B3548F29D39538AAA45C0D

  • Everything-1.4.1.1020.x86-Setup.exe32-bitofficial URL

    C968AE47CD72E533A51D069B13D373DE5F6A379DA0CFEDB04A4365BD41DBAF6A

  • Everything-1.4.1.1020.x64.en-US-Setup.exe64-bitofficial URL

    0137351C13A77C9C3A45C0A54B2C730BF873DF24B90565B9BA901F63A0FE51F3

  • Everything-1.4.1.1020.x86.en-US-Setup.exe32-bitofficial URL

    F152E94BBF8E6735065AD47C2084F88FA8838E6367F802CA8618C725D53AFD21

1.4.1.1018

  • Everything-1.4.1.1018.x64.msi64-bitofficial URL

    754A823B3A570CD8C1DD5D27AED694B056EAEFB5C5AE32A23029250DC728423D

  • Everything-1.4.1.1018.x86.msi32-bitofficial URL

    80E2DD7FC1D264106F5125FA6B1D62ADCD1AAD54590DCA2EC60AE9F3BFBC9CC1

  • Everything-1.4.1.1018.x64-Setup.exe64-bitofficial URL

    A387EB0C906E2243EB125D5B1091DF3AB6D0183A6BA7DAD9BF10EF0037B0CFB6

  • Everything-1.4.1.1018.x86-Setup.exe32-bitofficial URL

    0E822C0775C8CFE29121109D8378E10BD8D7FF0C93C61383D5FFABBDD8A25B18

  • Everything-1.4.1.1018.x64.en-US-Setup.exe64-bitofficial URL

    A7F79D6E05314563422E139AC4C099BAFB1C671FF4E1C738D8B3A4749E1AFC82

  • Everything-1.4.1.1018.x86.en-US-Setup.exe32-bitofficial URL

    DDCC5480D3BC59FF70F786A6D3D32DA992094DC15E7A5BDB1D5EF875010B9832

Publishers take old builds offline without warning, so a link here can stop working even though the hash stays correct forever. If you already have the file, the hash is what matters: it tells you whether what you have is what they published.

Every version on record11

Every Everything version with a published manifest, newest first. The most recent ones are listed above with their file names and hashes.

  • 1.4.1.1032
  • 1.4.1.1031
  • 1.4.1.1030
  • 1.4.1.1029
  • 1.4.1.1026
  • 1.4.1.1024
  • 1.4.1.1023
  • 1.4.1.1022
  • 1.4.1.1021
  • 1.4.1.1020
  • 1.4.1.1018

Similar programs we index

Matched on the categories voidtools and others declare in their own manifests, so the grouping is theirs rather than ours. Each one has its official URL and hash on the same terms as this page.

More programs we index

Not related to Everything — just other entries, each with its own official URL and published hash.

Where our data comes from