LIT was Microsoft Reader proprietary ebook format, retired nearly two decades ago. If you still have a shelf of .lit files, they are stranded: no phone app, no Kobo, no Apple Books will open them. EPUB is the universal reflowable standard, so converting LIT to EPUB is how you rescue those books. This guide shows how to convert LIT to EPUB without losing your cover, images, or chapter breaks.
What is the LIT format
LIT is the Microsoft Reader format from the early 2000s. It packaged books in a proprietary container based on Microsoft Compiled HTML Help. Microsoft discontinued the Reader in 2012, and no mainstream reading app has supported LIT since. If you want the book off that dead format, EPUB is the destination. A full background is in /blog/lit-ebook-format.
What goes wrong in a bad LIT to EPUB conversion
LIT stores structure in a way naive tools mishandle:
- Chapter breaks collapse into one long scroll when the converter ignores the LIT heading records.
- The cover disappears because the tool never extracts the embedded cover image.
- Images go missing when they are not re-packaged into the EPUB.
None of this damages your original file. The converter simply failed to carry the structure across.
Convert with BookConv (fastest)
BookConv runs the Calibre engine in the browser, so you get a proper LIT to EPUB conversion with nothing to install. Upload the .lit file, choose EPUB, and it extracts the cover and rebuilds the chapter list. Start here: /convert/lit-to-epub.
For help choosing between a desktop tool and an online converter, see /guide/calibre-vs-online-converter.
Convert with Calibre (more control)
If you want to inspect the output, Calibre opens the LIT file and converts to EPUB with a full set of options. Open the book, pick Convert books → EPUB, then review the Structure detection panel. A format overview is in /blog/ebook-formats-explained.
Check the result before you trust it
Open the new EPUB in a reader and confirm three things: the cover shows, the table of contents lists every chapter, and the text reflows on a phone. If the cover is blank, the converter skipped image extraction. If you also work with other legacy formats, the same pattern applies to FB2 and MOBI sources.