Driving abroad - general advice (2024)

x

Driving abroad - general advice (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

    Documents to take and things to check

    A driving offence abroad can spoil a good holiday and the rules of the road, including speed and drink-drive limits are often different from what you're used to at home

    Before you venture across the channel in your own car or hire one further afield, get to know the rules of the road in the countries you're visiting so you don't get caught out.

    Wherever you're heading, you'll find our general advice below. But first some advice on what Brexit means for UK drivers venturing across the channel.

    Documents for driving abroad in Europe

    As of 2 August 2021, a Green Card (or International Motor Insurance Card) is no longer required for travel in the European Economic Area, which includes all the European Union countries plus Iceland, Liechtenstein and Norway. You also don't need a Green Card for Andorra, Bosnia and Herzegovina, Serbia and Switzerland.

    You do still need to take:

    • Your Certificate of Motor Insurance.
    • The log book (V5C) for the vehicle.
    • Your driving licence.

    If you're a car insurance customer with the AA, the Republic of Ireland is within our territorial limit, so policyholders get the same level as cover there as they do in the UK all year round.

    Find out about driving in Europe after Brexit

    Documents for driving abroad

    You may be asked to show your documents at any time and could be fined or even have your car taken away if they're not in order.

    You must carry:

    • Your valid full (not provisional) driving licence.
    • A copy of your DVLA driver record and a licence check code if needed.
    • Your vehicle's registration document (V5c - the original, not a copy).
    • Your motor insurance certificate. Your insurer may ask to be told when you're going abroad and only provide third party cover when you do.
    • An International Driving Permit when necessary.
    • A Green Cardfrom your insurer when necessary (from 2 August 2021, you no longer need a Green Card when driving in the European Economic Area).
    • Your passport(s).
    • Your travel insurance documents.
    • You may need a visa for certain countries too.

    If you're taking a boat or going in a vehicle other than a car or motorcycle you may need additional documents.

    Borrowed, hired or leased

    If you're taking a company-owned, hired or borrowed vehicle you'll need a letter of authorisation from the registered keeper as well as the original vehicle registration document (V5c) or a Vehicle on Hire Certificate (VE103).

    Low emission zones and urban restrictions

    Many cities across Europe now operate low emission zones, congestion charge schemes and other restricted access schemes, many of which affect foreign-registered vehicles. Some require registration before you travel.

    Travel insurance

    It's always a good idea to take out travel insurance so that you're covered for accidents and emergencies.

    EHIC and GHIC health insurance cards

    If you’re visiting the EU, take your EHIC card if you have one that's still valid, or apply for a new GHIC card free of charge. A UK Global Health Insurance Card (GHIC) gives you the right to access state-provided healthcare during a temporary stay in the EU.

    The rules differ slightly in Spain, Ireland, Norway, Iceland, Liechtenstein and Switzerland. The cards aren't a replacement for travel insurance so you should always have insurance as well.

    Check the full rules at gov.uk.

    Credit cards

    UK-issued credit cards aren't always accepted at stores or petrol stations in other countries. It's wise to check with the card company before you go, particularly if you're going to rely on using the card.

    Pets

    If you're planning to travel with a pet, make sure you're familiar with official rules and advice.


    Safety tips for driving abroad

    Wherever you're headed, check the latest crime and personal safety advice from the Foreign Office Travel Unit before you go.

    Emergency number

    You can call 112 anywhere in the European Union in case of an accident, assault or any other distress situation.

    Drinking and driving

    Legal limits vary and are explained in our country-by-country guides. But there's only one safe rule – if you drink, don't drive. Laws are strict and penalties severe.

    Mobile phones

    Using a hand-held mobile while driving is against the law in most countries.

    Glasses for driving

    If you need glasses for driving, take a spare pair with you - especially if you're the only driver.

    Think right

    It's easy to forget to drive on the right, particularly after doing something familiar, such as leaving a petrol station or car park. Roundabouts can be tricky too, and some drivers find it helpful to stick something on the dashboard or windscreen as a reminder.

    Rules of the road, country by country

    What to take in your vehicle

    UK sticker

    As of 28 September 2021, you'll need to use a UK sticker.

    You currently need a UK sticker on your car if your number plate has any of these:

    • The Euro symbol.
    • A national flag of England, Scotland or Wales.
    • Letters and numbers with no flag or identifier.
    • A Union flag with a GB marker

    The UK sticker must be have black letters on a white, elliptical background. They must be at least 80mm high with a stroke width of 10mm.

    In some countries like Spain, Cyprus or Malta, or countries outside the EU, you must display a UK sticker no matter what's on your number plate.

    If you have a number plate with a Union flag marker that includes the UK symbol, you do not need to display a separate UK staicker

    Reflective jackets

    Many countries require all drivers, including visitors, to carry reflective jackets and wear them as soon as anyone gets out of a vehicle in an emergency or breakdown. We recommend carrying at least 2 in the passenger compartment of your car - one for the driver and one for a passenger.

    • Our country-specific guides include national requirements.
    • Bear in mind that car hire companies don't always provide reflective jackets, or other compulsory equipment, as standard.
    Headlights

    It's the law 'not cause dazzle to oncoming drivers', rather than specifically to adjust your headlamp beams for driving on the right.

    You can't always predict delays and bad weather. So even if you're only going for a short trip and don't expect to drive at night, it's a good idea to carry headlamp beam converters with you, just in case. You don't need to if your lights can be adapted without them.

    • Don't leave it to the last minute to find out what you need to do – you might need to get a dealer to make an adjustment for you.
    • Beam converter kits may not be suitable for all types of headlight so check carefully.
    • Make sure you remove headlamp converters as soon as you return to the UK.
    Warning triangle
    Rear-view mirrors

    A door or wing-mirror on the left-hand side is very helpful when driving on the right. We recommend getting one fitted if your vehicle doesn't have one.

    Servicing and tyres

    Get your vehicle serviced well in advance to reduce the chance of a breakdown while you're away.

    • If you've got a long road trip ahead of you and drive a new diesel that uses diesel exhaust fluid (AdBlue), it's a good idea to carry a top-up can with you.
    • Check your tyres for condition, pressure and tread before you go.
    • Most countries have the same minimum tread depth requirement as the UK (1.6mm). But tyres do wear out quickly when they get down to 3mm, so if they're this worn, think about new tyres before you go.
    • Depending on the time of year and where you're going, you might have to get winter tyres fitted.
    Snow chains

    Snow chains are important for any winter trip and are compulsory in some countries, even if you've got winter tyres fitted.

    Find out more about snow chains and winter tyres in Europe.

    Radar detectors
    • Using or carrying a police speed trap detection device is illegal in most European countries and penalties can include a fine, driving ban, or even imprisonment.
    • Some countries also ban you from using a sat nav system that can show fixed speed camera locations so you might have to disable the function before you go.

    Updated 30 August 2021

    Related advice
    • Picking the right hire car
    • What do you have to carry?
    • Rules of the road country by country
    • Driving in Europe for the first time
    • City driving restrictions
    • Winter driving in Europe
    • Driving offences abroad
    • Using your blue badge abroad
    • Hiring a car abroad
    • Safety in long road tunnels
    • International Driving Permit (IDP)
    • Advice for driving in Europe
    • All driving abroad advice

    European breakdown cover

    Peace of mind when you drive abroad, with access to over 40,000 trusted garages in 44 countries

    Get cover

    Driving in Europe

    Travel kits, headlamp converters, high vis vests, emergency triangles and more

    Buy now
  • Driving abroad - general advice (2024)
    Top Articles
    Latest Posts
    Article information

    Author: Clemencia Bogisich Ret

    Last Updated:

    Views: 5703

    Rating: 5 / 5 (80 voted)

    Reviews: 95% of readers found this page helpful

    Author information

    Name: Clemencia Bogisich Ret

    Birthday: 2001-07-17

    Address: Suite 794 53887 Geri Spring, West Cristentown, KY 54855

    Phone: +5934435460663

    Job: Central Hospitality Director

    Hobby: Yoga, Electronics, Rafting, Lockpicking, Inline skating, Puzzles, scrapbook

    Introduction: My name is Clemencia Bogisich Ret, I am a super, outstanding, graceful, friendly, vast, comfortable, agreeable person who loves writing and wants to share my knowledge and understanding with you.