Skip to main content
findmyvisa

How to

How to Name Files for UKVI Visa Applications

Filename conventions for UK visa applications — what UKVI caseworkers expect, how to name documents so they process faster, and what to avoid.

By Mahadheer ManuUpdated Verified · gov.uk·

TL;DR

UKVI doesn't enforce filename rules but caseworkers process applications faster when files are named consistently: numbered prefix, descriptive type, your surname (e.g. 01_Passport_BioPage_Garcia.pdf). Our Bundler renames files automatically using Home Office conventions when you build a merged bundle.

How to name files for UKVI

  1. Use the format NN_DocumentType_YourLastName.pdf — number first for sort order, descriptive name in the middle, surname last
  2. Number sequentially (01, 02, 03…) so files appear in canonical order even when uploaded separately
  3. Use underscores not spaces — some upload systems mangle filenames with spaces
  4. PascalCase the document typeBank_Statement not bank statement
  5. For periodic documents include the period04_Bank_Statement_2025-10_Garcia.pdf for October 2025
  6. For multi-page categories, use sub-numbering03a_Bank_Statement_Sept.pdf, 03b_Bank_Statement_Aug.pdf
  7. Keep filenames under 60 characters — some systems truncate longer names

Recommended document types

CategoryDocumentSuggested name fragment
Passport & IDBio pagePassport_BioPage
Passport & IDPrevious visaPrevious_UK_Visa
Passport & IDBRPBRP_Current
FinancialBank statementBank_Statement_YYYY-MM
FinancialPayslipPayslip_YYYY-MM
FinancialP60P60_YYYY-YYYY
FinancialMaintenanceMaintenance_Funds
EmploymentEmployer letterEmployer_Letter
EmploymentContractEmployment_Contract
EmploymentCoS referenceCoS_Reference
QualificationsDegreeDegree_Certificate
QualificationsTranscriptTranscript_Bachelor
QualificationsEnglish certificateEnglish_IELTS_UKVI
QualificationsUK ENIC statementENIC_Statement
RelationshipMarriage certificateMarriage_Certificate
RelationshipPhotosRelationship_Photos
Travel & medicalTB testTB_Test_Certificate
Travel & medicalPolice clearancePolice_Clearance_COUNTRY

Why naming matters

UKVI caseworkers see hundreds of files weekly. Consistent naming:

  • Saves caseworker time — they find the document UKVI's checklist asks for without opening every file
  • Reduces resubmission requests — if a file is named IMG_4837.JPG, the caseworker may not realise it's your sponsor letter and request "the missing employer letter"
  • Survives re-uploads — if you have to re-upload a single file, a clear name makes it obvious which one
  • Helps your future self — if there's an issue 6 months later, you can find evidence quickly in your local backup

What to avoid

  • Phone defaults like IMG_4837.JPG, Document_2026.pdf, Scan_001.pdf
  • Personal references like Mom_Bank_Statement.pdf — caseworkers don't know who "Mom" is
  • Dates in ambiguous formats like 04-05-2026 (could be 4 May or 5 April)
  • Special characters like &, #, %, + — many upload systems break on these
  • Camera-app PDFs named like IMG_20260501_143245.pdf
  • WhatsApp downloads named like IMG-20260501-WA0042.jpg

When the Bundler renames automatically

If you use our free Bundler to merge documents into a single PDF, the filenames inside the bundle's index page are normalised automatically using Home Office conventions:

  • IMG_4837.JPG01_Passport_BioPage.pdf (when categorised as passport, position 1)
  • Statement.pdf04_Bank_Statement.pdf (when categorised as financial, position 4)

The original filenames are preserved in the file list (so you don't lose track), but the bundled PDF's index page shows the normalised names — that's what caseworkers see.

What about the bundled file itself

For the merged bundle, the Bundler suggests:

{route}_{your-name}_{date}.pdf — e.g. skilled-worker_maria-garcia_2026-05-01.pdf

This is what UKVCAS / VFS Global sees as the upload filename. It tells caseworkers immediately what application this relates to.

Tools mentioned

Sources

  1. [1]gov.ukhttps://www.gov.uk/government/publications/immigration-rules

Common questions

  1. 01

    Does UKVI care about my filenames?

    Yes — caseworkers process tens of files per application; clear filenames help them find what they need and avoid asking for resubmissions. Filename quality is one of the small details that distinguish a smooth application from a delayed one.

  2. 02

    What's the recommended filename format?

    Numbered prefix, document type, your last name. E.g. '01_Passport_BioPage_Garcia.pdf'. The number controls order; the descriptive name tells the caseworker what's inside without opening; the surname disambiguates if multiple family members are applying.

  3. 03

    Should I include dates in filenames?

    For periodic documents (bank statements, payslips), yes — '04_Bank_Statement_2025-10_Garcia.pdf'. For one-off documents (passport, marriage certificate, employer letter), the date isn't needed in the name.

Free tools that pair with this guide