Book a car service | AA (2024)

x

Book a car service | AA (1)

The AA theaa.com FREE - In Google Play!

View

');$businessLinkMobileCount = $('.business-customer-mobile').length;if ($areYouBusinessCustomer.length && $businessLinkMobileCount == 0) {$mobileBusinessCustomerLink.html($areYouBusinessCustomer.html());$('.mobile-grey').append($mobileBusinessCustomerLink);}if (window.aa.helpers.cache.cachedElements.$window.width() <= mobileBreakpoint) {// console.log("smaller than breakpoint");$(".mobile-grey a, .nav-logo a ").attr("tabindex", "-1");$("#mainNavigation button, .mobile-tablet-menu-open ").attr("disabled", "disabled");$('#mainNavigation').addClass('mobile-main-nav').removeClass('desktop-main-nav');$('.mobile-grey').appendTo('.desktop-white');$('nav.aa-mega-menu').addClass('mobile-nav');if (!$('.scroller').length) {$('#site-header-yellow >.wrapper').wrap("

");}$('.mobile-tablet-menu').animate({ width: 'show' }, 30);$primaryHeadingCount = 0;$("#mainNavigation > ul > li.primary").each(function () {$primaryHeadingForMobile = $('

  • ');$firstColumnOfMegaMenu = $(this).find("nav > div > ul:nth-child(1)");$anchor = $($(this).children()[0]);anchorHtmlText = $anchor.html();$primaryHeadingForMobile.html(anchorHtmlText);var primaryNavCount = $(".primary.childrens").length;$primaryHeadingCount = $('.primary-heading').length;if ($primaryHeadingCount < primaryNavCount) {$firstColumnOfMegaMenu.prepend($primaryHeadingForMobile);}$backLinkMobileCount = $('.backLink').length;if ($backLinkMobileCount < primaryNavCount) {$firstColumnOfMegaMenu.prepend('

  • ');}});$('.main-nav').keydown(function (e) {if (e.which === 27 || e.keyCode === 27) {mobileCloseClick(e);$(".left.logo").focus();}});}else if (window.aa.helpers.cache.cachedElements.$window.width() > mobileBreakpoint) {$('.left.logo').animate({ width: 'show' }, 30);$('.mobile-grey').appendTo('.top-header-links');$('nav.aa-mega-menu').removeClass('mobile-nav');$("#mainNavigation button, .mobile-tablet-menu-open ").removeAttr("disabled");$('#mainNavigation').addClass('desktop-main-nav').removeClass('mobile-main-nav');$(".campaign-hero ").parents(':eq(2)').css('padding', '0')if ($('.scroller').length) {$('#site-header-yellow >.wrapper').unwrap("

    ");}$('.mobile-tablet-menu').animate({ width: 'hide' }, 0);$('button > hr').css({"opacity": "0","visibility": "hidden"});$('.aa-mega-menu').css({"opacity": "0","visibility": "hidden"});$('.right.mobile-grey').show();$('#mainNavigation > ul.aa-main-nav > li.primary > button').keydown(function (e) {if (e.which === 13 || e.keyCode === 13) { /// for ENTER pressconst boxes = document.querySelectorAll('.anchor');boxes.forEach((box, index) => {box.setAttribute('aria-expanded', 'true');});//remove active mega menu from HOVER if open if ($currentHoverMenuItem) {var $primaryNavigationListItem = $currentHoverMenuItem.parent();$currentHoverMenuItem.removeClass('menu-active').css({"opacity": "0","visibility": "hidden"});var $menuUnderLine = $primaryNavigationListItem.find('button > hr');$menuUnderLine.css({"opacity": "0","visibility": "hidden"});$currentHoverMenuItem = null;}applyMenuHoverInEffects($(this).parent());$('#mainContent').removeAttr("style");$('#mainContent').css({"opacity": "0.5","height": "calc(100% - 225px)","width": "100%","visibility": "visible","background-color": "#000","position": "absolute",// "top": "134px","left": "0px","z-index": "1"});$('#mainContent').addClass('menu-base-transition');$currentActiveMenuItem = $(this).parent().find('.aa-mega-menu');$currentActiveMenuItem.toggleClass("menu-active");// $('.column .sub-menu.col').animate({ width: 'show' }, 300);}else if (e.which === 9 || e.keyCode === 9) { // for TAB pressif ($currentActiveMenuItem) {e.preventDefault();var $firstAnchorOfMegaMenu = $($currentActiveMenuItem.find('div > ul:first-child > li:first-child > a')[0]);$firstAnchorOfMegaMenu.focus();}}});//get all last anchor items from all mega menus and attach key down event for Tab transer$("#mainNavigation > ul > li > nav > div > ul:last-child li:last-child a").keydown(function (e) {if (e.which === 9 || e.keyCode === 9) {console.log("tabbed...");$currentActiveMenuItem.removeClass('menu-active');var $nextPrimayNavItem = $currentActiveMenuItem.parent();if ($nextPrimayNavItem) {applyMenuHoverOutEffects($nextPrimayNavItem);$('header#site-header-yellow').css('background', defaultBgColor).removeClass('bg-change');$nextPrimayNavItem.find('button')[0].focus();$currentActiveMenuItem = null;}else {//this will happen for very last anchor of last mega menu. there is no next menu item to focus to//so focus should be move to mainContent$('#mainContent').focus();}}});//for escape key- close the drop down menu if its open$('#mainNavigation > ul.aa-main-nav').keydown(function (e) {if (e.which === 27 || e.keyCode === 27) {if ($currentActiveMenuItem) {var $primaryNavListItem = $currentActiveMenuItem.parent()applyMenuHoverOutEffects($primaryNavListItem);$('header#site-header-yellow').css('background', defaultBgColor).removeClass('bg-change');$primaryNavListItem.find('button')[0].focus();$currentActiveMenuItem = null;}const boxes = document.querySelectorAll('.anchor');boxes.forEach((box, index) => {box.setAttribute('aria-expanded', 'false');});}});//when user mouse hovers from outside menu area then menu needs to animate with set transitions defined in css//but as sson as it enter menu are we need to remove animation transitions which are enabled. so differnt animation menu can be opened quickly$('#mainNavigation > ul.aa-main-nav').hover(function () {removeAnimation = true;}, function () {$('body').removeClass('notransition');removeAnimation = false;//this condition is added because after multiple ESC and TAB press somehow UL mouseout event was triggering and//it was causing background to set default yellow colorif ($currentActiveMenuItem == null) {$('header#site-header-yellow').css('background', defaultBgColor).removeClass('bg-change');}});}if ($('#mainNavigation').hasClass('desktop-main-nav')) {$('.desktop-main-nav > ul.aa-main-nav > li.primary').hover(function () {// console.log("applying hover effects");$currentHoverMenuItem = $(this).find('.aa-mega-menu');//remove menu-active class from active mega menu from keyboard if open if ($currentActiveMenuItem) {var $primaryNavigationListItem = $currentActiveMenuItem.parent();$currentActiveMenuItem.removeClass('menu-active').removeAttr("style");var $menuUnderLine = $primaryNavigationListItem.find('button > hr');$menuUnderLine.css({"opacity": "0","visibility": "hidden"});//If hover element and active keyboard element is not same then set active elment to null . giving preference to hoverif ($currentActiveMenuItem[0] != $currentHoverMenuItem[0])$currentActiveMenuItem = null;}applyMenuHoverInEffects(this);if (removeAnimation) {setTimeout(function () {$('body').addClass('notransition');}, 500);removeAnimation = false;}$('#mainContent').removeAttr("style");$('#mainContent').css({ "visibility": "visible" });$('#mainContent').addClass('menu-base-transition');}, function () {$currentHoverMenuItem = null;applyMenuHoverOutEffects(this);});}applyMenuHoverInEffects = function ($primaryNavElement) {// console.log("In applyMenuHoverInEffects");$this = $primaryNavElement;var $megaMenu = $($this).find('.aa-mega-menu');$megaMenu.css({"opacity": "1","visibility": "visible"});var $menuUnderLine = $($this).find('button > hr');$menuUnderLine.css({"opacity": "1","visibility": "visible"});//change header background with css transition class$('header#site-header-yellow').css('background', '#fff').addClass('bg-change');$('header#site-header-yellow').addClass('menu-base-transition');}applyMenuHoverOutEffects = function ($primaryNavElement) {$this = $primaryNavElement;var $megaMenu = $($this).find('.aa-mega-menu');if (window.aa.helpers.cache.cachedElements.$window.width() > mobileBreakpoint) {$megaMenu.css({"opacity": "0","visibility": "hidden"});var $menuUnderLine = $($this).find('button > hr');$menuUnderLine.css({"opacity": "0","visibility": "hidden"});$('#mainContent').css({"visibility": "hidden",});}}$('header#site-header-yellow .main-nav ul.aa-main-nav > li').each(function () {if ($(this).find(".aa-mega-menu").length) {$(this).addClass('childrens')}});function mobileCloseClick(e) {// console.log("Mobille close called");e.preventDefault();$('body').removeClass("fixed-position");$('body').removeClass('mmenu-opened');$('header#site-header-yellow .main-nav').animate({ right: '-100vw' }, 0);$('header#site-header-yellow.mobilemenu-active').animate({ right: '-100vw' }, 0);$('header#site-header-yellow.mobilemenu-active .scroller').animate({ right: '-100vw' }, 0);setTimeout(function () { $('#site-header-yellow').removeClass('mobilemenu-active') }, 0);$('.left.logo').animate({ width: 'show' }, 0);$('.mobile-tablet-menu').animate({ width: 'show' }, 0);$('.right.mobile-grey').show();$('#mainContent').removeAttr("style");const mobilemenuButton = document.querySelectorAll('.mobile-tablet-menu');mobilemenuButton[0].setAttribute('aria-expanded', 'false');const mobilemenuButtonOpen = document.querySelectorAll('.mobile-tablet-menu-open');mobilemenuButtonOpen[0].setAttribute('aria-expanded', 'false');$('.main-nav').css('min-height', 'auto');if ($('.aa-mega-menu').hasClass('secondlevelOpen')) {$('.aa-mega-menu').stop().animate({ 'right': '-100vw' }, 0);primaryItem.parent('li').siblings('li').removeClass('hide-menu').removeClass('activated');$('.aa-mega-menu').removeClass('secondlevelOpen');}$(".scroller").css("height", "100vh");$(".left.logo a").focus();$(".mobile-grey a, .nav-logo a ").attr("tabindex", "-1");$("#mainNavigation button, .mobile-tablet-menu-open ").attr("disabled", "disabled");setTimeout(function () {primaryItem.parent('li').find('.anchor').removeClass('hide-menu');primaryItem.parent('li').siblings('li').removeClass('hide-menu').removeClass('activated');}, 0);}$('.mobile-tablet-menu').click(function (e) {e.preventDefault();$('body').addClass("fixed-position");$(".mobile-grey a, .nav-logo a ").removeAttr("tabindex");$("#mainNavigation button, .mobile-tablet-menu-open ").removeAttr("disabled");$('header#site-header-yellow .main-nav').animate({ right: '0' }, 300);$('.scroller').animate({ right: '0' }, 300);$('.left.logo').animate({ width: 'hide' }, 300);$('.mobile-tablet-menu').animate({ width: 'hide' }, 0);if ($('.scroller').length) {$('#site-header-yellow').addClass('mobilemenu-active');}var primaryHeight = $('.main-nav').height() + 120;$('.main-nav').css('min-height', 'auto');const mobilemenuButton = document.querySelectorAll('.mobile-tablet-menu');mobilemenuButton[0].setAttribute('aria-expanded', 'true');const mobilemenuButtonOpen = document.querySelectorAll('.mobile-tablet-menu-open');mobilemenuButtonOpen[0].setAttribute('aria-expanded', 'true');$(".scroller").css("height", (Math.max(document.documentElement.clientHeight, window.innerHeight || 0) - $("#site-header-yellow").offset().top));$(".left.menu-logo a").focus();});$('.mobile-tablet-menu-open').click(function (e) {// changes for CD-50114 startmobileCloseClick(e);// changes for CD-50114 end});var primaryItem = $('li.primary.childrens > button');var backlink = $('li.backLink > button');if (window.aa.helpers.cache.cachedElements.$window.width() <= mobileBreakpoint) {primaryItem.on('click', function (e) {console.log('primaryItem.on(click, function (e) ---');e.preventDefault();var megaHeight = $(this).next('.aa-mega-menu').height() + 120;$(this).parent('li').find('nav.aa-mega-menu.mobile-nav').stop().animate({ right: '0' }, 300);$(this).parent('li').removeClass('hide-menu');$(this).addClass('hide-menu');$(this).parent('li').siblings('li').addClass('hide-menu').removeClass('activated');$(this).parent('li').addClass('activated');$(this).next('.aa-mega-menu').addClass('secondlevelOpen');$(this).next('.aa-mega-menu').css('height', megaHeight);$('.main-nav').css('min-height', 'auto');$('.right.mobile-grey').hide();$('.column .sub-menu.col').animate({ width: 'show' }, 300);// $(".backLink button").focus();$(".left.menu-logo a").focus();});backlink.on('click', function (e) {e.stopPropagation();$(".secondlevelOpen").stop().animate({ width: 'hide' }, 300);$(this).parent('li').parent().parent().parent('.aa-mega-menu').stop().animate({ right: '-100vw' }, 300);$(this).parent('li').find('nav.aa-mega-menu.mobile-nav').stop().animate({ right: '-100vw' }, 300);setTimeout(function () {$('.right.mobile-grey').show();}, 300);$('.column .sub-menu.col').animate({ width: 'hide' }, 300);setTimeout(function () {primaryItem.parent('li').find('.anchor').removeClass('hide-menu');primaryItem.parent('li').siblings('li').removeClass('hide-menu').removeClass('activated');}, 300);$(this).parent('li').parent().parent().parent('.aa-mega-menu').removeClass('secondlevelOpen');$(this).next('.aa-mega-menu').css('height', 'auto');var primaryHeight = $('.main-nav').height() + 120;$('.main-nav').css('min-height', primaryHeight);});};window.aa.MenuSetupCompleted = true;}

    Skip to main content [Accesskey 'S'] Go to home page [Accesskey '1']Are you a business customer?

    • Broken down?
    • Route Planner
    • Help and support

    Book a car service

    Get a service at an AA approved local garage from just £72

    The easy way to book a car service

    Get a manufacturer, full or interim service from the AA. Just enter your number plate and postcode to get started.

    • We’ll show you fixed prices for your chosen car service before you complete your booking. And, if any more work’s needed, we’ll get the go-ahead from you first.
    • You don’t need to be an AA Member.
    • Free vehicle collection and drop off from a fully insured driver, subject to availability.
    • UK wide AA approved garages – all checked against our highest standards with a 12 month guarantee on parts and labour.

    What's a car service?

    A service is a routine checkup done by a garage. A technician will look at your car’s condition and check parts like brakes and tyres for wear and tear.
    The types of checks included in a service vary depending on the type of service you book, but most services will include an oil change.
    Getting your car serviced:
      • Helps to prolong the life of your car.
      • Can help you spot any issues that might cause a problem, so you can get them fixed.
      • Increases the resale value of your car as it shows it's been well looked after.

    Types of car service

    • Book a car service | AA (2)
      Manufacturer service

      The service recommended by your manufacturer, based on the age and mileage of your vehicle to keep it in the best possible condition. This service will maintain your vehicle's warranty.

    • Book a car service | AA (3)
      Interim service

      A comprehensive list of checks ranging from your wheels to your engine, and you'll also get an oil change.

    • Book a car service | AA (4)
      Full service

      Includes everything covered by an interim service, plus you'll also get added extras like a brand-new air filter.

    What's the difference between a full and interim service?

    When you book a service through Smart Care, the types of checks that are included vary depending on the type of service you book.

    Interim service Full service
    Driver visibility
    Check exterior lights

    Yes

    Yes

    Check window washers & wipers

    Yes

    Yes

    Check condition of the windscreen for cracks and chips

    Yes

    Yes

    Check condition of the number plates

    Yes

    Yes

    Check door, bonnet and lock operation

    Yes

    Yes

    Check mirrors

    Yes

    Yes

    Interior
    Check horn

    Yes

    Yes

    Check seat belts

    Yes

    Yes

    Pollen filter

    No

    Yes

    Check condition of the air conditioning

    No

    Yes

    Braking system
    Check condition of brake pads

    Yes

    Yes

    Check condition of brake discs

    Yes

    Yes

    Vehicles with rear drum brakes (additional charge for drum removal and brake clean)

    Yes

    Yes

    Check brake pipes and hoses

    Yes

    Yes

    Check brake callipers

    Yes

    Yes

    Engine bay operations
    Engine oil filter

    Yes

    Yes

    Engine oil

    Yes

    Yes

    Check engine bay condition and oil leaks

    Yes

    Yes

    Check radiator and coolant hoses for leaks

    Yes

    Yes

    Visual coolant condition check and top up

    Yes

    Yes

    Visual brake fluid condition check and top up

    Yes

    Yes

    Check auxiliary belt(s)

    Yes

    Yes

    Check timing/cam belt

    Yes

    Yes

    Check condition of spark plugs (additional charge if replacement required)

    Yes

    Yes

    Check washer fluid levels and top up as necessary

    Yes

    Yes

    Check power steering fluid levels and top up as necessary

    Yes

    Yes

    Check AdBlue levels (additional charge if top up required)

    Yes

    Yes

    Check clutch fluid levels and top up as necessary

    Yes

    Yes

    Air filter

    No

    Yes

    Under vehicle inspection
    Check condition of wheel bearings

    Yes

    Yes

    Check drive shaft gaiters

    Yes

    Yes

    Check exhaust system & components

    Yes

    Yes

    Remove road wheels to inspect

    No

    Yes

    Road test vehicle
    Check dashboard warning lights

    Yes

    Yes

    Check hand brake operation

    Yes

    Yes

    Check exhaust for smoke

    Yes

    Yes

    Check transmission and clutch operation

    Yes

    Yes

    Steering and suspension
    Check steering rack & steering rack components

    Yes

    Yes

    Check road springs

    Yes

    Yes

    Check shock absorbers

    Yes

    Yes

    Wheel and tyre
    Check and adjust tyre pressures

    Yes

    Yes

    Check tyre condition and tread depths

    Yes

    Yes

    How to book your car service

    1

    Book a car service | AA (5)

    Enter your details

    Get started by entering your number plate and postcode, then add a service to your basket.

    2

    Book a car service | AA (6)

    Choose a date and garage

    Pick a date and an AA approved garage that suit you. Drop your vehicle off yourself, or in most cases a fully insured driver can collect it from you.

    3

    Book a car service | AA (7)

    We'll take it from here

    We handle all communication with the garage. Your payment won't be taken until the work has been completed.

    What do I need to take to a car service?

    You should always take your vehicle's log book so the garage can stamp it once they've finished the service. Getting your log book stamped makes sure your vehicle has a complete service history which can help increase its resale value.

    If you're booked in for a full service, you should also take your locking wheel nut key so the garage can carry out the necessary wheel checks.

    When is my car service due?

    We recommend getting a full service every year, or every 12,000 miles, whichever comes first. If you're a high mileage driver, we recommend an additional interim service every 6 months.

    Your manufacturer might also have a recommended servicing schedule, so check your vehicle's handbook. Some cars will also notify you on the dashboard when it's time to book a service.

    What type of service do I need?

    If your vehicle is still in its warranty period, you should consider a manufacturer service in order to ensure your warranty remains valid. The checks carried out will be specific to the manufacturer's service schedule, according to the age, model and mileage of your vehicle.

    For more information about manufacturer services, see our pages for Audi servicing, Ford servicing, Vauxhall servicingand VW servicing.

    If you choose not to have a manufacturer service, you can instead opt for our interim or full service options. We recommend having a full service every two years and interim service in the alternate years.

    Car servicing advice

    Book a car service | AA (8)

    Complete guide to car servicing

    We answer your most common questions on car servicing.

    Read more

    Book a car service | AA (9)

    How often should I service my car?

    We explain how often you should book in for a full or interim service.

    Read more

    Book a car service | AA (10)

    Why should I get my car serviced?

    Discover why getting your car regularly serviced is so important.

    Read more

    How long does a service take?

    It’s best to ask the garage how long it’ll take at the time you book your service.An interim service is less extensive and includes fewer checks on your car. It may take around 1 and a half hours.A full service is a check of the whole car, so will take longer, often around 3 hours.

    When you book a service through Smart Care, in most cases we can pick up your car and drop it back off for you after it’s been to the garage.

    Which service is right for me?

    The type of service you should choose depends on whether you're vehicle is under warranty, when you last had a service, and your vehicle's age and mileage.

    If your vehicle's under warranty, you'll need to get a manufacturer service to maintain the warranty. You might also choose a manufacturer service if you want to follow your manufacturer's recommended servicing schedule.

    We recommend a full service every year and an interim service every 6 months.

  • Book a car service | AA (2024)

    References

    Top Articles
    Latest Posts
    Article information

    Author: The Hon. Margery Christiansen

    Last Updated:

    Views: 5429

    Rating: 5 / 5 (70 voted)

    Reviews: 85% of readers found this page helpful

    Author information

    Name: The Hon. Margery Christiansen

    Birthday: 2000-07-07

    Address: 5050 Breitenberg Knoll, New Robert, MI 45409

    Phone: +2556892639372

    Job: Investor Mining Engineer

    Hobby: Sketching, Cosplaying, Glassblowing, Genealogy, Crocheting, Archery, Skateboarding

    Introduction: My name is The Hon. Margery Christiansen, I am a bright, adorable, precious, inexpensive, gorgeous, comfortable, happy person who loves writing and wants to share my knowledge and understanding with you.