Most HR and compliance systems treat the Graduate visa as a simple status: either the candidate has one or they don't. That model is accurate once the visa is granted, but it misses the complexity in how candidates qualify for it — which matters for anyone building onboarding workflows, right-to-work pipelines, or international hiring funnels.
Here's how the eligibility logic actually works, and where automated systems tend to fail.
The core state transition
The Graduate visa is a switch from Student (Tier 4) status. The applicant must:
- Have been sponsored on a Student visa by a licensed UK HEI
- Have completed a course at degree level or above
- Be physically present in the UK at the point of application
- Apply before their Student visa expires
- Not have previously held a Graduate visa
The fifth point is often missed in screening logic. The Graduate visa is a one-time route. An applicant who has already held one — even if they went on to another qualifying course — cannot apply again. Any eligibility check that doesn't query prior Graduate visa history will produce false positives.
The timing problem
The most common failure mode in the system is the window between course completion and application.
Universities report student completions to UKVI via the Sponsor Management System (SMS). This update triggers Graduate visa eligibility on the Home Office's side. The problem: there is no standardised reporting timeline across institutions. Some universities update SMS records within days of results being published. Others take four to eight weeks.
A student who applies before their completion is reflected in SMS will receive a refusal, even if they have genuinely finished their course. A student who waits too long risks their Student visa expiring first.
For any system tracking international employee start dates or visa transitions, this introduces a variable lag that cannot be predicted from the applicant's graduation date alone. The triggering event is the SMS update, not the ceremony and not the results publication date.
Practical implication: do not build hard date dependencies around graduation ceremonies for Graduate visa transition timelines. Use the SMS confirmation date as the anchor point — which means confirming it with the individual's university international office, not with a general calendar lookup.
What Graduate visa holders can and cannot do
The Graduate visa has no employer sponsorship requirement and imposes almost no work restrictions. Holders can:
- Work for any UK employer in any role, sector, or salary band
- Hold multiple jobs simultaneously
- Be self-employed
- Start a business
Restrictions are narrow: no access to public funds, no work as a professional sportsperson, and no training as a doctor or dentist unless already registered. In practice, these affect very few hires.
For right-to-work purposes, Graduate visa holders present a Biometric Residence Permit or a share code via the Home Office online service. No sponsorship status or SOC code check is required by the employer — the route is unsponsored.
The overlap with Skilled Worker timing
Graduate visa holders can apply for a Skilled Worker visa at any point during their Graduate visa, without waiting for expiry. This matters for onboarding pipelines: if you are planning to sponsor a hire who currently holds a Graduate visa, you do not need to time the Certificate of Sponsorship to land near Graduate visa expiry.
Assign the CoS, the applicant applies, and they receive leave to remain as a Skilled Worker that replaces the Graduate visa. The process works the same way whether the Graduate visa has eight months left or eight days.
The attendance and UK study requirement
One edge case that breaks generic eligibility checks: the requirement for sufficient in-UK study.
The Home Office requires that applicants spent the required portion of their course physically in the UK. The relaxation that applied to COVID-era distance study has closed. Students who completed a significant proportion of their course remotely — whether due to COVID disruptions, placement arrangements, or hybrid programmes — may not qualify.
There is no clean field in a typical HR system that captures this. For international hires on Graduate visas who studied during 2020–2022, it is worth verifying that the Graduate visa was correctly granted and not based on a COVID concession that has since been removed.
Duration and non-extensibility
Two years standard, three for doctoral graduates. These are fixed. There is no extension mechanism and no repeat application. At the end of the Graduate visa, the holder must switch routes or leave.
For workforce planning, this means Graduate visa holders are on a countdown to either Skilled Worker sponsorship or departure. If you have employees on Graduate visas in your headcount plans for the next two to three years, the expiry dates need to be active triggers in your HR system, not passive notes.
Key fields for compliance systems
If you are modelling Graduate visa status in an HR or compliance tool, the minimum data required:
- Grant date and expiry date
- 2-year or 3-year variant (confirmed from doctoral completion record)
- Whether the holder has previously held a Graduate visa (for re-hire eligibility screening)
- Right-to-work evidence type (BRP or share code) and the expiry alignment between evidence and visa
Right-to-work check expiry must track visa expiry, not the initial check date. Follow-up checks are triggered by visa expiry.
For a full reference on Graduate visa eligibility and current fees, the gov.uk Graduate visa page is authoritative. For AI-assisted questions on UK immigration scenarios across routes, immigrationgpt.co.uk covers the Graduate route and the Skilled Worker transition in detail.
Content reflects rules as of September 2026. Verify current requirements with UKVI or an OISC-registered adviser before making compliance decisions.
Top comments (0)