DEV Community

ImmigrationGPT
ImmigrationGPT

Posted on

UK Immigration Health Surcharge 2026: Cost Modelling, Compliance Data, and What HR Systems Need to Track

UK Immigration Health Surcharge 2026: Cost Modelling, Compliance Data, and What HR Systems Need to Track

The UK Immigration Health Surcharge (IHS) is one of those immigration costs that HR teams and engineering managers consistently underestimate -- until they are trying to explain to a new hire why their relocation package needs an extra five figures.

This post covers the IHS from a systems and compliance lens: what triggers the charge, how to model it accurately, and what data points your HR tooling should surface to avoid budget surprises.


What the IHS Is (and Is Not)

The IHS is a mandatory upfront payment that funds NHS access for visa holders. It is charged at the point of application, before the visa is granted, and must be paid in full.

Current rates (2025-26):

  • Standard rate: 1,035 GBP per person per year
  • Discounted rate (students, Youth Mobility): 776 GBP per person per year

The charge applies to any visa that confers a stay of more than six months. Critically, it applies to each person on the application, including dependants.

It is not part of the visa application fee. It is paid separately through the UKVI IHS payment portal and generates its own reference number, which is required at the biometrics stage.


Compliance Trigger Points HR Systems Should Flag

For HR teams managing sponsored workers, the IHS surfaces at several stages in the employee lifecycle:

1. Initial sponsorship

When your HR system processes a new Skilled Worker Certificate of Sponsorship (CoS), the IHS total for that worker and any dependants should be calculated and surfaced at CoS assignment -- not at the point of offer. By the time an offer letter goes out, the candidate needs to understand total upfront costs.

Key data points to capture:

  • Visa duration requested (typically 3 or 5 years)
  • Number of dependants on the application
  • Applicant nationality (to check reciprocal healthcare agreement exemptions)

2. Visa extensions

When a sponsored employee approaches the end of their leave to remain and requires an extension, a new IHS payment is due. The employee pays again for the new visa period. HR systems should flag extension due dates with sufficient lead time for the employee to budget.

3. Dependant additions mid-visa

If a sponsored employee's family circumstances change and new dependants need to be added, each new dependant triggers their own IHS payment for the remaining visa period -- not the full original duration. This is frequently miscalculated.


Cost Modelling: The Numbers That Catch Teams Out

Scenario IHS Total
Single worker, 3-year visa 3,105 GBP
Single worker, 5-year visa 5,175 GBP
Worker + spouse, 5-year visa 10,350 GBP
Worker + spouse + 2 children, 5-year visa 20,700 GBP
Worker + spouse + 2 children, 3-year visa 12,420 GBP

These numbers are on top of CoS fees, visa application fees, and any immigration legal fees you are covering. For a family of four on a five-year sponsored visa, total upfront government fees can exceed 25,000 GBP.

If your HR cost model for international hires does not include IHS as a line item from day one, it is incomplete.


Exemptions Worth Checking

The IHS has a narrow set of exemptions that HR intake workflows should flag:

  • Australian and New Zealand nationals -- covered by reciprocal healthcare arrangements
  • Certain stateless persons and refugees in specific situations
  • Some specific PBS dependant categories -- verify against current UKVI guidance

Nationality is therefore a relevant intake field not just for right to work, but for accurate IHS cost forecasting.


Refunds: The Edge Case Your System Needs to Handle

If a visa application is refused, the IHS is refundable. The visa fee is not. This asymmetry matters if your HR team handles applications with higher refusal risk. Track IHS payment status as a separate field from application submission status, with a refund-expectation flag triggered on refusal outcomes.


Data Fields That Matter

If you are building or integrating an HR immigration module, here are the IHS fields worth structuring:

applicant_nationality      // for exemption checks
visa_duration_years        // multiplier
dependant_count            // multiplier  
ihs_rate_code              // "standard" | "discounted"
ihs_total_calculated       // pre-payment estimate
ihs_reference_number       // post-payment, required for biometrics
ihs_refund_status          // null | "pending" | "received"
extension_due_date         // triggers recalculation cycle
Enter fullscreen mode Exit fullscreen mode

Keeping these as structured fields rather than free-text notes allows cost summaries, refund eligibility flags, and headcount growth forecasting.


Practical Takeaway

The IHS is predictable and entirely modelable. Build it into cost models at CoS assignment, flag extensions proactively, and track exemptions by nationality at intake.

For checking whether a UK employer currently holds active sponsor licence status -- which determines whether IHS costs are even in scope -- ImmigrationGPT lets you verify sponsor register data directly from GOV.UK sources.


This post is for general information and technical reference. UK immigration fee rates change periodically. Always verify current figures at GOV.UK before using them in financial models.

Top comments (0)