The UK spouse visa — formally the Family Visa (Partner route) — has always been one of the most financially prescriptive immigration routes the Home Office runs. As of early 2024, the minimum income requirement jumped from £18,600 to £29,000, with a phased trajectory to £38,700 by late 2025. That second figure was then quietly paused at £29,000 pending further review. If your HR or case management system hardcoded either the old figure or the projected final figure, it's probably wrong right now.
This piece is for engineers, HR tech teams, and compliance leads who need to model this route accurately — not just the headline threshold, but the structural logic underneath it.
What the Route Actually Requires
The partner route sits inside the family visa framework. A British or settled person (the "sponsor") brings their non-EEA partner to the UK. The visa grants 30 months initially, then another 30 months on an extension, then Indefinite Leave to Remain.
The eligibility conditions:
- The sponsor must be British, Irish, or have ILR/settled status
- The relationship must be genuine and subsisting (they'll ask for evidence)
- The couple must intend to live together
- The sponsor must meet the financial requirement
- The applicant must pass English language requirement (A2 on entry, B1 for extension and settlement)
- Adequate accommodation (not overcrowded, not reliant on public funds)
The financial requirement is where most systems break down.
The Financial Threshold Is Not a Single Number
The £29,000 figure applies when the sponsor earns employment income. But the threshold changes depending on:
Source of income: Salaried employment uses a gross annual salary calculation. Self-employment uses a two-year average. Savings can top up the income — the formula is: (£29,000 - annual income) × 2.5 = minimum savings required, on top of a £16,000 savings floor. Multiple income sources combine, but each category has its own evidencing rules.
Children in the application: Each additional child named on the application adds £3,400 to the threshold (current figure). A sponsor earning £29,000 gross who's including two children needs £35,800 — a figure that won't be obvious from a simple threshold lookup.
Cash savings alone: If the sponsor has no employment income but holds sufficient savings, the formula is £16,000 + (£29,000 × 2.5) = £88,500 in savings required for a 12-month qualifying period. Hold the savings for longer, and the requirement reduces — the Home Office uses a sliding scale based on how many months before the application the savings have been held.
Any system that stores a single income threshold for this route and doesn't model children additions, income sources, and savings offsets will fail to give accurate eligibility determinations.
Processing Times in 2026
The current guidance from UKVI shows:
- Standard service (outside UK): 24 weeks
- Priority service (outside UK): 5 working days (where available)
- Super Priority (outside UK): 2 working days (limited availability by country)
Actual processing varies significantly by country of application and application volume. Historically, applications from South Asia, parts of Africa, and the Middle East run longer than the standard guidance suggests. If you're modelling timelines for workforce planning, build in a 30-35 week buffer for standard applications from high-volume countries — not 24 weeks.
Once in the UK on the initial visa, the extension window opens 28 days before the current visa expires. Missing that window doesn't automatically result in overstay if the application is made "in time" (Section 3C leave applies), but it adds complexity to the case.
The English Language Requirement Has Two Stages
This is frequently missed in system design. The applicant needs:
- A2 level (CEFR) for entry — usually via a Secure English Language Test (SELT) from an approved provider, or a degree taught in English, or being a national of a majority English-speaking country
- B1 level for extension (30-month to ILR)
- B1 level for ILR itself
Some case management systems track the initial English test but don't prompt for an upgraded test at extension stage. The result: a partner who passed A2 before entry fails their extension because the system didn't flag that they need a new B1 test.
What ILR Looks Like From This Route
After five years on the partner route (30 months + 30 months, which equals five years), the applicant qualifies for ILR. They'll need:
- Five years continuous residence
- Current financial requirement met at ILR stage
- B1 English
- Life in the UK test (unless exempt)
- No criminal record or immigration violations
The partner is not eligible for the 10-year long residence route unless they've accumulated qualifying residence from other visa categories. This matters when calculating options for someone who's been in the UK on a combination of visa types.
Modelling This in HR Systems
Four things your data model needs to handle correctly:
Income threshold as a function, not a constant — inputs: number of children, income sources, savings amount, savings holding period. Output: minimum threshold and whether it's met.
Visa stage tracking — entry visa, extension, ILR. Each has its own conditions. English level requirement changes between stages.
Extension window calculation — 28 days before expiry. Flag this at 60 days to give processing buffer.
Financial evidence rules per income type — employment requires 6 months of payslips and employer letter. Self-employment requires 2 years of SA302s and business accounts. Pension income has different evidencing rules again.
The Home Office publishes the Immigration Rules (Appendix FM) and the Family Life caseworker guidance — both are publicly available and should be the source of truth for any system doing compliance work in this area.
One Tool Worth Knowing
For teams trying to model UK immigration routes without building everything from scratch, ImmigrationGPT covers the current sponsor register, visa route logic, and policy Q&A. It's particularly useful for checking whether specific employer sponsors are currently active — relevant when a partner applicant changes jobs during the application process.
This article reflects the state of the Immigration Rules as understood in September 2026. Immigration policy changes frequently. Nothing here is legal advice — for individual cases, consult a regulated immigration adviser or solicitor.
Top comments (0)