After School Daycare UK — Vetted Childcare | Moving to the UK
Education Directory · After School Daycare

After school daycare for families in the UK

Finding reliable after-school care is one of the first challenges for families relocating to the UK. Whether you need registered childminders, school-run clubs or private after-school programmes, this directory lists providers who understand the needs of families new to the country.

Browse providers ↓
12+
Vetted providers
11
Regions covered
Free
Always free to use
Type
Region
Vetted providers

After school daycare providers in the UK

Every provider below has been reviewed by our editorial team before listing.

3 providers listed

Nationwide
Busy Bees After School

National network of after-school and holiday clubs with strong experience supporting newly arrived international families. Flexible enrolment and bilingual staff at select locations.

After-School Clubs Holiday Care Ages 4–11
Visit website
London & South East
Camp Beaumont

Premium holiday and after-school programmes in London and the South East, with a significant proportion of international family clientele and strong pastoral support.

Holiday Clubs London & SE Ages 3–12
Visit website
Nationwide
Childcare.co.uk

The UK's largest childcare marketplace, connecting parents with registered childminders, nannies and after-school clubs. A practical first stop for comparing local options on arrival.

Childminders Nannies Nationwide
Visit website

No providers match your current filters.
Clear all filters to see all providers, or suggest a provider →

More providers being reviewed.
Apply for a listing →

After school childcare in the UK — what families need to know

The UK has a well-regulated childcare sector governed by Ofsted in England, the Care Inspectorate in Scotland, and equivalent bodies in Wales and Northern Ireland. All registered providers — including childminders and after-school clubs operating with children under eight — must be inspected and rated, giving parents a clear quality signal before they commit.

For families new to the UK, the main challenge is usually wraparound care: finding provision that sits alongside a primary school place, which may itself have been harder to secure as a late applicant. Many local authorities operate holiday and after-school programmes through maintained schools, but private and voluntary providers are often more flexible about start dates and shorter notice periods — important for families arriving mid-term.

Costs vary significantly by region. London providers typically charge £10–£22 per session (roughly 3–6pm), while outside the capital rates of £8–£14 are more common. The Tax-Free Childcare scheme, administered by HMRC, allows eligible working parents to receive up to £500 per quarter towards registered childcare costs — available to those on most visa types with the right to work in the UK.

Our listed providers have been reviewed for Ofsted registration status, experience with newly arrived families, flexibility on late enrolment, and clarity of pricing. We do not list providers who have received an Ofsted 'Requires Improvement' or 'Inadequate' rating.

Back to Education
Common questions

After school daycare in the UK — FAQs

You are not legally required to use a registered provider, but only Ofsted-registered (or Care Inspectorate-registered in Scotland) providers qualify for Tax-Free Childcare and childcare vouchers. Registered providers have been inspected for safeguarding, staffing ratios and premises standards, so registration is a strong quality signal.
Yes, in most cases. Tax-Free Childcare is available to working parents in the UK regardless of nationality, provided you have the right to work and your earnings meet the minimum threshold (equivalent to 16 hours per week at National Living Wage). Most visa types with work permission qualify, including Skilled Worker, Global Talent and Family visas.
Costs vary significantly by region and provider type. In London, after-school sessions (typically 3pm–6pm) range from £10 to £22 per session. Outside London, £8 to £14 per session is more typical. Holiday clubs tend to charge a full-day rate of £30–£60 depending on location and provision quality.
Wraparound care refers to childcare provision that wraps around the school day — covering before-school (typically from 7:30am) and after-school (typically until 6pm) periods. Many primary schools run wraparound care on site or partner with a private provider. It is particularly useful for working parents and families new to an area who need reliable care from day one.
The best starting points are your child's school (many operate or can recommend after-school clubs), your local authority's Family Information Service, and national marketplaces such as Childcare.co.uk which allow you to filter by postcode. Our directory lists vetted providers with regional coverage so you can filter by UK region and service type above.
For service providers

List your after school daycare service

We connect thousands of families new to the UK with trusted childcare providers every month. Childminders, clubs and care providers all welcome.

Apply for a listing →
─────────────────────────────────── let activeType = 'all'; let activeRegion = 'all'; function setPill(kind, btn) { if (kind === 'type') { activeType = btn.dataset.type; document.querySelectorAll('.filter-pill:not(.region-pill)').forEach(b => b.classList.remove('active')); } else { activeRegion = btn.dataset.region; document.querySelectorAll('.region-pill').forEach(b => b.classList.remove('active')); } btn.classList.add('active'); document.getElementById('providerSearch').value = ''; applyFilters(); } function applyFilters() { const q = document.getElementById('providerSearch').value.toLowerCase().trim(); const cards = document.querySelectorAll('#providerGrid .provider-card'); let visible = 0; cards.forEach(card => { const types = (card.dataset.type || '').toLowerCase(); const regions = (card.dataset.region || '').toLowerCase(); const kw = (card.dataset.kw || '' + card.innerText).toLowerCase(); const typeOk = activeType === 'all' || types.includes(activeType); const regionOk = activeRegion === 'all' || regions.includes(activeRegion); const kwOk = q.length < 2 || kw.includes(q); const show = typeOk && regionOk && kwOk; card.classList.toggle('is-hidden', !show); if (show) visible++; }); // Result count label let label = `${visible} provider${visible !== 1 ? 's' : ''} listed`; if (activeRegion !== 'all') label += ' in ' + regionLabel(activeRegion); if (activeType !== 'all') label += ' · ' + typeLabel(activeType); document.getElementById('resultCount').innerHTML = label; document.getElementById('noResults').classList.toggle('visible', visible === 0); } function regionLabel(r) { const m = {'london':'London','south-east':'South East','south-west':'South West','midlands':'Midlands','north-west':'North West','north-east':'North East','yorkshire':'Yorkshire','scotland':'Scotland','wales':'Wales','northern-ireland':'Northern Ireland'}; return m[r] || r; } function typeLabel(t) { const m = {'after-school':'After-School Clubs','childminder':'Childminders','holiday':'Holiday Care','wraparound':'Wraparound Care','nanny':'Nannies'}; return m[t] || t; } function resetFilters() { activeType = 'all'; activeRegion = 'all'; document.querySelectorAll('.filter-pill').forEach(b => b.classList.remove('active')); document.querySelector('[data-type="all"]').classList.add('active'); document.querySelector('[data-region="all"]').classList.add('active'); document.getElementById('providerSearch').value = ''; applyFilters(); } // ── FAQ accordion ────────────────────────────────────── function toggleFaq(btn) { const item = btn.closest('.faq-item'); const ans = item.querySelector('.faq-a'); const isOpen = i