UK Family Visa Routes in 2026: A Technical Reference for HR Platforms and Immigration Compliance Tools
If you're building or maintaining HR software, a compliance dashboard, or an immigration case management tool that operates in the UK market, family visa routes are a distinct — and often underserved — domain. Unlike employer-sponsored routes where your system drives most of the process, family visa cases are largely applicant-driven. But understanding the architecture of these routes is essential for supporting employees, building accurate eligibility screeners, and flagging dependent visa implications.
This post maps the key family visa pathways, their data requirements, and the engineering/compliance considerations that come up in practice.
Route Overview
The UK Home Office doesn't have a single "family visa" category. Instead, it's a tree of sub-routes with different qualifying relationships, financial thresholds, and evidence requirements. The main branches:
| Route | Joining Who | Key Threshold |
|---|---|---|
| Spouse / Partner | British citizen, ILR holder, some refugees | Sponsor income ≥ £29,000/yr |
| Child (under 18) | Parent with UK leave or settlement | Parental responsibility + parent in UK |
| Adult Dependent Relative | UK settled relative | Care dependency + unavailability of care abroad |
| Parent of British Child | UK-born or registered British child | Parental responsibility + exceptional circumstances |
Financial Threshold Logic
The income requirement for the Spouse/Partner route is the most technically demanding element to model.
Current threshold: £29,000 gross annual salary (as of 2025, subject to further increases — check the Immigration Rules Appendix FM-SE for the authoritative figure before hardcoding).
What counts:
- Employment income: gross salary from employment contracts, including confirmed contractual bonuses
- Self-employment: net profit from the last full financial year, evidenced by HMRC records
- Cash savings: only if sponsor holds ≥ £16,000 above the £29,000 threshold in liquid savings
What doesn't count (for the primary calculation):
- Overtime that isn't contractually guaranteed
- Universal Credit, Child Benefit, Carer's Allowance, and most means-tested benefits
- Non-monetised perks
Evidence requirements for employment income:
- 6 months of payslips (same employer for 6 months) OR
- Letter from employer confirming employment, salary, and start date if under 6 months
- 6 months of corresponding bank statements showing salary deposits
If you're building a document checklist generator, note that the payslip-bank statement match is strictly checked: the net pay on the payslip should match the deposit amount in the bank statement for the same period. Discrepancies due to salary sacrifice, multiple accounts, or benefits deductions are common failure points.
Relationship Evidence: What Systems Need to Flag
Relationship genuineness is assessed holistically but there are evidence categories the Home Office consistently looks for. A document collection module should prompt for:
- Communication records (messages, call logs — spanning multiple years for unmarried partners)
- Evidence of cohabitation or visits (tenancy agreements, flight bookings, hotel receipts)
- Financial interdependence (joint accounts, regular transfers, shared bills)
- Photos across time and contexts
- Statements from third parties who know the couple
For unmarried partners, the route requires the couple to have been in a "subsisting relationship akin to marriage" for at least two years. The two-year clock starts from when the relationship became established, not when the parties decided to apply. Date ambiguity in a case management system can cause application-age miscalculations.
Language Requirement Versioning
English language requirements change per visa stage — and they're easy to model wrong:
| Stage | CEFR Level Required |
|---|---|
| Entry clearance (initial visa) | A1 |
| Extension at 2.5 years | A2 |
| ILR at 5 years | B1 |
Your system should track which stage a dependent is at and surface the correct requirement. An applicant who passed A1 for entry cannot reuse that test for extension — they need A2. Test providers also need to be checked against the current UKVI-approved list, which changes.
Exemptions to model:
- Nationals of majority English-speaking countries (the list is defined in the Immigration Rules Appendix KOLL)
- Holders of degrees taught and assessed in English (the institution and language of teaching must be verifiable)
- Applicants who are over 65 or have a disability affecting language ability
Dependent Children: the Sole Responsibility Edge Case
When a UK-based parent applies to bring a child over and the other parent is not in the UK, the application may rely on the "sole responsibility" provision. This is legally complex.
For a compliance tool, the practical flag is: if both parents are alive and the non-UK parent has any involvement in the child's life, do not assume sole responsibility applies. Surface a warning and recommend professional legal review. False reliance on sole responsibility is one of the most common reasons child visa applications are refused.
Processing Timeline Implications for HR
Family visas take up to 24 weeks at standard service outside the UK. For HR teams managing international relocations or onboarding:
- Dependent visa delays can affect employee start dates even when the primary work visa is approved quickly
- Family visa extensions (at the 2.5-year mark) have their own timeline and shouldn't be batched with other compliance tasks
- Right to work checks for the primary visa holder are separate from any dependent family members — dependents have their own biometric residence permits and right to work conditions
Tools like ImmigrationGPT provide HR teams and compliance officers with plain-English answers to family visa questions grounded in current Home Office guidance, which can reduce the volume of specialist legal queries for straightforward eligibility questions.
Key Edge Cases to Test Against
If you're building eligibility logic:
- Sponsor is on a time-limited visa (not ILR/British): Family visa eligibility depends heavily on the specific visa category. Not all visa holders can sponsor dependants.
- Couple lives in a third country: Both the sponsor's UK status and the applicant's current country affect which application form and route apply.
- Applicant is already in the UK on another visa: In-country switching rules differ from out-of-country entry clearance. Not all switches are permitted.
- Sponsor's income fluctuates: Monthly variation matters for evidence. An averaging approach that meets the annual threshold but shows months below it can still cause problems.
Resources
- Immigration Rules Appendix FM — primary rules
- Appendix FM-SE — specified evidence requirements
- Appendix KOLL — knowledge of language and life
This post is for technical reference and general information. Immigration rules change frequently. For case-specific advice, consult an OISC-regulated adviser or solicitor.











