No upload form. Start with the EPUBCheck log only; do not send a full manuscript.

← EPUBCheck error index

PKG-005: mimetype has a ZIP extra field

Plain English meaning

The EPUB has a mimetype file, but the ZIP entry contains extra metadata. EPUBCheck rejects this because the mimetype entry must be very plain: first in the package, uncompressed, and without ZIP extra fields.

Why it happens

What you can check yourself

This one is harder to inspect visually. The file may look fine when opened as a ZIP, but EPUBCheck still sees the ZIP extra field. The practical check is to repack the EPUB with the proper EPUB ZIP rules and rerun EPUBCheck.

What can usually be fixed

If the book content is otherwise valid, this is usually a small container-level fix. Rebuild the EPUB ZIP package so that mimetype is stored first, uncompressed, with no extra field.

What cannot be promised

Fixing PKG-005 only fixes the packaging rule. It does not fix missing images, broken links, layout issues, metadata problems, or retailer-specific publishing rules.