๐Ÿ“„Got a .md file that won't open?

How to Open .md Files?

The short answer: .md is a document format called Markdown. Notepad can open it but shows only symbols. Install mdview (1.7MB), and then double-click any .md file to read it like a webpage โ€” with beautifully formatted headings, lists, images, and tables.

1.7MB installer ยท Zero config ยท Runs locally, never uploads files ยท Community Edition free forever

What exactly is a .md file?

.md is the file extension for Markdown documents (full name Markdown, sometimes written as .markdown). It's a plain-text format that uses simple symbols for formatting:

  • ยท# Heading โ†’ renders as a large heading
  • ยท**text** โ†’ renders as bold
  • ยท- item โ†’ renders as a list item

Think of it as "a txt file with formatting instructions": the file itself is plain text, so Notepad can open it. But to see the formatted result (with heading hierarchy, lists, images like a webpage), you need a tool that can "render" it โ€” that's exactly what a Markdown viewer does.

Open-source project READMEs (README.md), AI-generated answers (ChatGPT / DeepSeek), and colleagues' documentation notes are mostly in this format. To learn more, see Markdown in 3 Minutes or What is a .md file?

Why does my md file show only # and * symbols?

The file is not corrupted, and it's not garbled. You're seeing the Markdown "source code" โ€” the formatting symbols themselves. Notepad only displays raw text; it doesn't turn # into a heading or ** into bold text.

This is the same reason why opening an HTML file in Notepad shows nothing but tags. To see the proper formatting, just open it with mdview. For a more detailed explanation, see Why does my .md file show only # symbols?

Platform Guide

3 Ways to Open md Files

Choose based on your device and needs โ€” the first is the easiest

Recommended

Windows: Double-click with mdview

Download and install mdview (1.7MB). It automatically associates .md files during installation, so you can double-click any md file to read it instantly, press Esc to exit. Runs locally, files never uploaded.

Detailed comparison of 3 Windows methods โ†’

Android: Install mdview APK

Received .md files in chat, downloaded notes from cloud storage? Install mdview for Android and open them directly with full rendering. Free, ad-free, no registration.

Complete Android reading guide โ†’

Quick view: Online tools

Don't want to install software? Paste the content into an online Markdown preview site. But you'll need to copy-paste every time, local images may not display, and privacy-sensitive documents are not recommended.

Notepad vs mdview vs Editor โ€” What's the difference?

Comparison Notepad mdview Code Editor
See formatted resultโœ• Only symbolsโœ“ Full renderingโœ“ Manual preview
Double-click to openโœ“ But unreadableโœ“ Instant3โ€“5s startup
Local imagesโœ• Not shownโœ“ Auto-loadedโœ“ Supported
Learning curveNoneInstall once, zero configHigher
Best forGlancing at sourceDaily md readingCoding/editing
FAQ

More questions about .md files

What is a .md file?
.md is the file extension for Markdown documents. Markdown is a plain-text formatting syntax that uses simple symbols (# for headings, ** for bold, - for lists). Open-source project READMEs and AI-generated answers mostly use it. See What is a .md file?
How do I open md files on Windows?
The easiest way: install mdview. It automatically associates .md files during installation, so you can double-click any md file to read it โ€” instant open, zero configuration. You can also use editors like VS Code (slower to start). See 3 ways to open .md files on Windows.
Why does my md file show only # and * symbols? Is it broken?
It's not broken. You're seeing the Markdown source code: # means heading, * means bold or list. Notepad only displays raw text without rendering formatting. Open it with mdview to see proper headings, lists, and bold text. See Why does my .md file show only # symbols?

Now, try double-clicking your .md file

1.7MB installer, one-click install, zero configuration, runs locally. Community Edition is free forever, ad-free.

Supports Windows 10 / 11 ยท Android 7.0+ ยท Back to mdview Home for more