UK family visa routes are a source of significant complexity for HR professionals and developers building immigration compliance tooling. Unlike employer-sponsored work routes, family visas are driven by relationship evidence, financial thresholds tied to the sponsor's personal income, and eligibility tests that vary substantially across sub-routes. This reference breaks down the four primary family visa routes, their data requirements, and the compliance implications for HR teams and technical systems.
The Four Primary Routes
1. Spouse / Civil Partner / Unmarried Partner Visa
Eligibility trigger: UK-settled or British citizen sponsor wishes to bring a partner to the UK.
Key compliance data points:
- Income threshold: £29,000 gross annual salary (as of April 2024). This figure has a staged increase schedule — HR systems that model visa eligibility must treat this as a configurable parameter, not a hardcoded value.
- Evidence window: Financial evidence typically covers the 6 months prior to application (payslips, bank statements, P60). For self-employed sponsors, SA302 forms and two years of accounts.
- Relationship evidence: No minimum duration for married/civil partner applicants. Unmarried partners require 2 years of cohabitation evidenced continuously.
- English language: Applicant must meet B1 CEFR standard (secure English language test from an approved provider).
- Visa duration: 2.5 years (initial), extendable to 5 years total before ILR eligibility.
HR system considerations:
- Sponsor income verification must account for fluctuating pay (e.g., commission-heavy roles): only the base salary + regular allowances count unless UKVI accepts the last 6 months' average.
- Systems tracking dependant visa expiry dates for employee family members should treat spouse visa renewal as an independent workflow from the employee's own work visa.
2. Child Dependant Visa
Eligibility trigger: Employee's child (under 18, non-British) not currently resident in the UK.
Key compliance data points:
- At least one parent must be British, settled, or have valid leave to remain.
- If joining only one parent: consent from the other parent is typically required (or evidence of sole responsibility).
- No separate income threshold beyond the accommodation requirement.
HR system considerations:
- Child visa expiry is typically tied to the lead applicant's (employee's) visa expiry — automated alerts should cascade from employee visa data.
- Applications for children joining after an initial period commonly fail on the "sole responsibility" test if documentation is thin.
3. Adult Dependent Relative Visa
Eligibility trigger: Employee's elderly or seriously ill parent/grandparent needs personal care that cannot be sourced in their home country.
Key compliance data points:
- Requires proof the applicant cannot perform personal care tasks themselves.
- Requires proof that care cannot be obtained (even if paid for) in the home country.
- Refusal rate is high; nearly all first-instance applications without legal representation fail.
HR system considerations:
- HR should direct employees to specialist immigration solicitors immediately rather than attempting in-house advisory.
- No employer sponsorship involvement; purely personal to the employee.
4. Parent of a British Child Route
Eligibility trigger: Employee is the primary carer of a British citizen child and would be required to leave the UK.
Key compliance data points:
- The child must be a British citizen (not just settled).
- Leave is granted on a 2.5-year basis, renewable to 5 years before ILR eligibility.
- No income threshold, but there is a financial stability requirement.
Financial Costs: What HR Modelling Should Include
| Fee type | Amount (2026) |
|---|---|
| Spouse visa application (outside UK) | £1,846 |
| Immigration Health Surcharge (per year) | £1,035 |
| IHS for 2.5-year visa total | £2,587 |
| Priority service (where available) | ~£500 additional |
| Total estimated outlay (spouse, 2.5 years) | ~£4,433 |
IHS rates are subject to annual upward revision — any cost modelling tool should pull from a live configuration rather than hardcoded values.
Integration Notes for Immigration Tech Developers
Income threshold monitoring: The spouse visa income threshold is not static. Build a configuration layer (environment variable or database-driven) rather than hardcoding £29,000.
Document deadline tracking: Payslips and bank statements submitted as evidence must be dated within defined windows. A compliance system that tracks document age against current date is significantly more reliable than relying on employees to self-certify.
Cross-referencing with sponsor register: Where an employee is on a Skilled Worker visa and has a family member on a dependant visa, the dependant's status is tied to the employee's sponsorship. If the employer's sponsor licence is revoked, the dependant's visa is also at risk. Tools like ImmigrationGPT provide real-time sponsor register lookups that can be used to monitor this dependency.
Absence tracking cascade: ILR eligibility for both the employee and their spouse depends on UK residence periods. An absence tracker built for one should feed data to the other.
Key Distinctions from Work Visa Routes
| Parameter | Work visas | Family visas |
|---|---|---|
| Sponsor | Employer | Personal sponsor (no employer) |
| Income source | Employer salary | Personal/household income |
| Skills test | Yes (SOC codes) | No |
| English language | Yes (B1 min) | Yes (B1 for partner route) |
| Points-based | Yes | No |
| Route to ILR | 5 years employment | 5 years family leave |
Further Resources
For HR teams needing to verify whether an employee's employer holds a valid sponsor licence (relevant when onboarding new hires or monitoring dependant visa risk), ImmigrationGPT provides a searchable sponsor register lookup alongside AI-assisted Q&A on current UK immigration policy.
This article is for informational and technical reference purposes only and does not constitute legal advice. UK immigration rules are subject to frequent change. Always consult a qualified immigration solicitor or adviser before making or advising on applications.
Top comments (0)