How to Download Text Files | Save Any .txt File Anywhere

Downloading a text file is straightforward: click the file link, then save it through your browser or app. If the browser displays the text instead of offering a download, use the Save Link As or Save Target As option to save a local copy.

That blank-looking link to a .txt file isn’t complicated—but it catches people off guard when the browser just dumps raw text on screen. A text file (extension .txt) is the simplest kind of digital document: just plain characters with almost no formatting, readable on virtually any device ever made. Here’s the exact workflow for every situation, plus how to get that plain text into Excel when you need it there.

What A Text File Is (And Why It Matters)

A plain-text file stores exactly what you typed: letters, numbers, punctuation, and line breaks. Nothing more. No bold, no fonts, no images, no hidden markup. Lenovo’s glossary notes this universal compatibility—any operating system, phone, or e-reader can open a .txt, because there’s nothing to decode. That’s both the strength and the catch. When you download one expecting formatting, the bare text on screen can feel like something broke. It didn’t.

The Standard Way To Download A Text File

How you start the download depends on where the file link lives, but the goal is always the same: tell your device to keep the file, not just display it.

On A Desktop Browser (Chrome, Edge, Firefox)

The safest route is to never let the browser open the file at all. Right-click the link pointing to the .txt file and choose Save Link As (Chrome and Firefox) or Save Target As (older Edge/Internet Explorer). This skips the preview entirely and opens a save dialog. Pick a folder, keep the .txt extension, and click Save.

If you already clicked the link and the browser filled the screen with text, don’t panic. Use Ctrl+S (or Cmd+S on Mac) to open the Save dialog for the current page, or go to the browser menu and choose Save Page As. Change the format to Text Files (*.txt) or Web Page, Text Only.

The file lands in your Downloads folder by default unless your browser settings point elsewhere. If you can’t find it later, check the download bar at the bottom of the browser window—most browsers show a link to the file’s folder right there.

On A Phone Or Tablet

Text files that arrive as attachments—in Messages, email, or a chat app—need the share action. MacRumors shows the iPhone/iPad flow: tap the file attachment, then tap the Share icon and choose Save to Files. Pick a folder and confirm. On Android, the share menu usually offers Download or Save to device—tap it and the file appears in your Downloads or Files app.

If a website offers a text file download on mobile, tap the link. A preview may appear; look for a download icon or a three-dot menu with a Download option. On iPhones, Safari often auto-downloads to the Downloads folder in the Files app.

Common Mistakes That Trip People Up

A few recurring hiccups cause most of the confusion. Knowing them saves the second search.

Mistake #1: Thinking the browser preview is the download. When you click a .txt link and plain text fills the screen, the file hasn’t been saved anywhere. You still need to run the save command from the browser. This is the single most common misunderstanding, per both video walkthroughs and official NIH guidance.

Mistake #2: Forgetting the .txt extension. Saving without the extension—or worse, changing it to .docx or .pdf—makes the file unrecognizable to text editors. Keep the .txt at the end of the filename.

Mistake #3: Losing the file because the Downloads folder is full. Default save locations vary by browser settings. If you save and can’t find the file, open your browser’s download manager (usually Ctrl+J on desktop) and click Show in folder or the file name itself.

Mistake #4: Double-clicking a .txt to open it in Excel. Excel does not auto-convert plain text into columns on a double-click. It dumps everything into one column. That leads to the next section.

Opening A Downloaded Text File In Excel The Right Way

If the text file contains tabular data—columns separated by tabs, commas, or spaces—you need the import wizard, not a double-click. This keeps numbers in the right columns and prevents date/currency weirdness.

The Michigan LARA instructions and the NIH CEBS guide converge on the same three-step process:

  1. Open Excel, go to File > Open.
  2. Change the file type dropdown from All Excel Files to Text Files (*.txt) or All Files (*.*). Navigate to your downloaded .txt and open it.
  3. The Text Import Wizard launches. Set Original data type to Delimited (your data has separators like tabs or commas), then hit Next. Check the delimiter that matches your file—Tab is common for exported data. Click Finish.

Your data now sits in proper columns. If the separator isn’t a tab, try comma or space until the preview shows clean columns. That manual step is the only way to avoid one-column chaos.

Text File Formats & What Each One Means

Not all text files behave the same way when you open them in other software. This table covers the common types you’ll actually encounter.

File Type Extension Best For
Plain text .txt Notes, logs, configuration files, raw data dumps
Tab-separated values .tsv Spreadsheet data exported with tabs between columns
Comma-separated values .csv Spreadsheet and database exports, survey data
CSV with UTF-8 encoding .csv Text files that include accented characters or non-English text
Tab-separated named values .txt or .tsv NIH CEBS and similar research databases
Delimited text (custom separator) .txt or .dat Legacy system exports, specialized software
Unicode text .txt Documents with emoji, mathematical symbols, or CJK characters

Any of these can be opened in Notepad, TextEdit, or any plain-text editor. Only the delimited ones (.tsv, .csv, tabbed .txt) benefit from the Excel import workflow above. For simple notes or logs, a text editor is all you need.

Safety And Compatibility Caveats

Plain .txt files are safer than most document formats because they can’t run macros or hide malware in formatting. Adobe’s file format primer underlines that virtually every operating system can open them. The main compatibility snag is encoding: if the file looks like gibberish (random accented letters or diamond question marks), the wrong character encoding is being used. Most text editors let you switch between UTF-8, ASCII, and Western encoding under File > Open With Encoding or a similar setting.

One more practical note: if you downloaded a text file from a website and it has a numeric name like 12345.txt, that’s usually the website’s internal ID, not something you did wrong. Rename it to something meaningful for your own files.

Download And Open Checklist

This checklist covers the full cycle—getting the file onto your device, finding it, and opening it the way you actually need.

  • On desktop: Right-click the .txt link → Save Link As → pick a folder → confirm the filename ends in .txt → Save.
  • If the file opened in the browser: Ctrl+S (Windows) or Cmd+S (Mac) → set format to Text Files (*.txt) → choose a folder → Save.
  • On mobile: Tap the attachment link → ShareSave to Files (iPhone/iPad) or Download (Android).
  • Find the file: Check your Downloads folder, or open the browser’s download manager with Ctrl+J and click Show in folder.
  • Open in a text editor: Double-click the .txt file. Notepad (Windows) or TextEdit (Mac) open it automatically.
  • Open in Excel correctly: File → Open → set file type to Text Files (*.txt) → select file → in the Import Wizard choose Delimited → pick your separator → Finish.

References & Sources