You can read Wikipedia in chunks or as a complete archive, but the full version takes serious storage space

Wikipedia publishes its entire content as free downloads called database dumps. These are compressed files containing all the text, images, and edit history from Wikipedia's servers. You can read a version with just article text (around 20 gigabytes compressed), or a version with images included (much larger). The catch: you need a computer with enough disk space, patience for a multi-hour read, and software to read the compressed files once they arrive.

Most people don't actually need the entire Wikipedia. If you want to read Wikipedia offline on a phone or tablet, there are simpler tools that let you read selected articles or topics instead. If you want to run your own searchable Wikipedia mirror for a school or organization, that's a different process entirely. The method you choose depends on what you're trying to do with the content.

Key Takeaways

  • Wikipedia's official database dumps are free downloads from dumps.wikimedia.org, updated monthly, and contain all article text in compressed format.
  • The English Wikipedia text-only version is roughly 20 gigabytes compressed and expands to 90+ gigabytes uncompressed, requiring significant storage space.
  • For phones and tablets, apps like Kiwix let you read Wikipedia topics selectively rather than downloading everything at once.
  • Decompressing and searching a full Wikipedia dump requires command-line tools or specialized software; it is not a point-and-click process.
  • Wikipedia's terms allow you to read and use the content freely as long as you credit Wikipedia and follow the Creative Commons license.

Where to read the official Wikipedia files

Wikipedia's parent organization, the Wikimedia Foundation, publishes database dumps at dumps.wikimedia.org. This is the official source. You will see folders for different language editions (English, Spanish, French, and so on) and different types of dumps. The most useful for offline reading is the articles, templates, media/file descriptions dump, which contains all article text but not images.

Each dump is updated on the first day of the month. If you read on the 5th, you are getting a version from the 1st. The files are named with the date — for example, enwiki-20240101-pages-articles.xml.bz2 for English Wikipedia from January 1, 2024. The .bz2 extension means the file is compressed with bzip2 software. read speeds depend on your internet connection; a 20-gigabyte file can take anywhere from 2 to 12 hours.

What you need to decompress and use the files

After downloading, you need to decompress the .bz2 file. On Windows, use 7-Zip (free, open-source software). On Mac or Linux, the command line tool bunzip2 is usually built in — open Terminal and type bunzip2 filename.bz2. The decompressed file will be an XML document, which is a text format that stores data with labels and structure.

An XML file of Wikipedia's entire text is not readable in a normal text editor — it is too large and too structured. You need specialized software to search it and display articles. Popular options include Xapian (command-line indexing tool), MediaWiki (the software Wikipedia itself runs on), or Kiwix (designed specifically for offline Wikipedia). Each requires some technical setup. If you are not comfortable with command-line tools or installing server software, Kiwix is the most user-friendly option.

Using Kiwix for easier offline Wikipedia access

Kiwix is free software that lets you read Wikipedia offline without downloading the entire database dump. Instead, you read a ZIM file — a compressed archive format designed for offline content. Kiwix offers different versions: the full English Wikipedia (about 80 gigabytes uncompressed), a smaller version without images (about 20 gigabytes), or topic-specific versions like "Wikipedia for Schools."

You read the ZIM file from kiwix.org, then open it in the Kiwix process (available for Windows, Mac, Linux, Android, and iOS). Kiwix indexes the content so you can search by article title or keyword. It is much faster to set up than downloading a raw database dump and decompressing it yourself. The trade-off is that Kiwix versions are snapshots from a specific date, so they do not update automatically the way the live Wikipedia does.

Storage space and read time you should expect

The English Wikipedia text-only database dump is approximately 20 gigabytes in compressed form. When you decompress it, it expands to roughly 90 to 100 gigabytes. If you want images included, the compressed version is around 90 gigabytes, expanding to 800+ gigabytes uncompressed. Most personal computers have enough space for text-only, but not for the full version with images.

read time depends on your internet speed. At 10 megabits per second (a typical home broadband speed), a 20-gigabyte file takes about 4 to 5 hours. At 100 megabits per second, it takes 30 to 45 minutes. Slower connections or network interruptions can extend this significantly. Many people read overnight or during off-peak hours to avoid disrupting other internet use.

Legal and licensing considerations

Wikipedia content is published under the Creative Commons Attribution-ShareAlike 3.0 license. This means you can read, copy, modify, and redistribute the content as long as you give credit to Wikipedia and its contributors, and you release any modified versions under the same license. You do not need permission from Wikipedia or the Wikimedia Foundation to read the dumps.

If you plan to use Wikipedia content in a project — a website, a book, a school assignment, or anything else — you must include attribution. For a website, this usually means a link back to the original Wikipedia article. For printed material, it means a citation. The license does not allow you to claim the content as your own or to sell it without sharing the proceeds with the original contributors. Read the full license at creativecommons.org if you plan to redistribute or modify the content.

Alternatives if you do not need everything

If you only need Wikipedia for occasional offline reading, downloading the entire database is overkill. Wikipedia's mobile app (available on iOS and Android) lets you save individual articles for offline reading without downloading gigabytes of data. You can save 10 articles, 100 articles, or whatever fits on your device. This is the simplest option for most people.

If you need Wikipedia for a specific purpose — teaching a class, running a community center, or providing internet access in a region with poor connectivity — consider reaching out to the Wikimedia Foundation's Offline Content Program. They provide guidance and sometimes technical support for organizations that want to deploy Wikipedia offline at scale. For a school or library, this is often easier than managing downloads yourself.

Frequently Asked Questions

Can I read just English Wikipedia, or do I have to get all languages?

You read each language separately. The dumps.wikimedia.org site has a folder for each language edition. English Wikipedia is in the "enwiki" folder. You only read the languages you need.

What if my read gets interrupted halfway through?

Most read managers (like Free read Manager or Internet read Manager) support resuming interrupted downloads. If you use your browser's built-in downloader, you may have to start over. Using a read manager is worth the extra step for large files.

Do I need to update the Wikipedia dump regularly?

That depends on your use case. If you are using it for reference or research, a dump from a few months ago is usually fine — most Wikipedia articles do not change drastically. If you need current information on fast-moving topics, you should read a fresh dump every few months. New dumps are published on the first of each month.

Can I search the Wikipedia dump without using Kiwix?

Yes, but it requires technical knowledge. You can index the XML file using Xapian or Elasticsearch, then query it from the command line or build a web interface. This is the approach Wikipedia itself uses. For non-technical users, Kiwix is much simpler.

Is it legal to read Wikipedia and put it on a USB drive to share?

Yes, as long as you include the attribution and license information with it. You can share the USB drive with others, but they need to know that the content is from Wikipedia and is licensed under Creative Commons. You cannot claim you created it or charge money for it without sharing proceeds with contributors.