Getting Your Provisional Licence | AA (2024)

x

Getting Your Provisional Licence | 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

    Get your wheels in motion

    Before you even think aboutgetting behind the wheel,there are a few things you need to sort.We knowthis isn't exactly the fun part,but it’s important to make sure your driving lifestarts off on the right foot (or should we say -in the right gear?). Read on to answer some ofthe questionsyou might haveabout getting yourprovisional licence.

    Why do I need a provisionaldriving licence?

    A provisional licence isthe first step to getting you on the road.You can’t get behind the wheel –or even take a lesson - without it.But once you've got it in hand, you can:

    • Beginlearning to ride a moped or light quad bike at 16.
    • Startlearning to drive a car at 17.

    When can I apply for my provisional driving licence?

    You can apply for your provisionallicence once you’re over 15 years and 9 months old, but it only becomes valid when you turn 16.

    Can anyone apply for aprovisional driving licence?

    There are some provisional licence requirements you need to meet before you cansubmit an application to the Driver and Vehicle Licencing Agency (DVLA):

    • You must be a resident of Great Britain – Northern Irish citizens can applythrough the Driver & Vehicle Agency (DVA).
    • You must be able toread a standard licence plate from 20m away (wearingyour glasses or contacts if you need them).

    How long ismy provisional drivinglicence valid for?

    Your provisional licence lasts for 10 years. But you only have 2 years from the date you pass your written theory test to take your practical driving test.If youwait longer than that,you’ll have to retake your theory test first.

    How much doesa provisional driving licence cost?

    Your provisional licence will cost you£34 to apply online through the DVLA site.

    When applying, you’ll need to give the DVLA theaddresses you've lived at for the last 3 years,as well asa passport-style photo. You’ll also need to provide a valid form of ID, such as a current passport, a biometric residence permit or a UK certificate of naturalisation.

    If you don’t have any of these documents,you can send your birth certificate along with either: your National Insurance number, benefits claim letter, P45, P60 or pay slip, marriage certificate or divorce papers, college or university union card, school record, or PASS CitizenCard. Your licence should arrive within a week, though it could takelonger if the DVLA have to make any extra checks.

    Can I get myprovisional driving licence replaced?

    Yes - alost provisionallicence can beeasily replaced.You can apply for it online,and you’ll need to pay £20.The process is the same asapplying for a new licence- you'll need to provide addresses for the last 3 years and a valid form of ID.

    Once you have your provisional licence, it’s time to get in touch with a driving instructor andbegin your adventures behind the wheel.

    Ready to learn to drive?
    • Driving lessons
    • Refresher lessons
    • Intensive lessons
    • Automatic lessons
    • Female driving instructors
    Getting test ready
    • First lesson – what to expect
    • Theory test
    • Practical driving test
    • Driving test nerves
    Related links
    • Before you learn to drive
    • Steps to learning to drive

    Pass your test with us

    99% of our pupils would recommend us*

    Get lesson prices and book

    *Taken from Reviews.io.

  • Getting Your Provisional Licence | AA (2024)

    FAQs

    Getting Your Provisional Licence | AA? ›

    If you're at least 16, have held a learners permit for at least six months, and completed 50 hours of behind-the-wheel training (including 10 hours at night), you can apply for a provisional license.

    How long does it take to get a provisional license in California? ›

    Be at least 16 years old. Have held your instruction permit (in California or another state) for at least 6 months. Provide proof of completion of driver education and driver training.

    How long does it take to get a provisional license in Texas? ›

    Here are the eligibility requirements for getting a provisional driver's license in Texas: You've held a learner's license for at least six months. You've completed Texas driver's ed (either the parent-taught program or the instructor-taught program)

    Can you drive alone with a provisional license in California? ›

    With your provisional driver license, you will be able to drive by yourself between the hours of 5:00 a.m. and 11:00 p.m. However, one of the California provisional license restrictions is that you are not allowed to transport passengers under the age of 20 at any time for the first 12 months unless there is a licensed ...

    Do I need to wait 6 months to get my license if I m 18 in California? ›

    No Time Frame. Once an instruction permit is obtained, adults can start the licensing process, there is no waiting period. However, the instruction permit does expire 12 months after it is issued. This means that adults can start getting their license immediately but have up to 12 months to finish the process.

    What are the rules of a provisional license in California? ›

    First Year Restrictions

    ​Shall not drive between the hours of 11 p.m. and 5 a.m. unless accompanied and supervised by a licensed driver who is the parent/guardian, a licensed driver who is 25 years of age or older, or a certified driving instructor.

    What does provisional license mean in California? ›

    New drivers under 18 years of age receive a provisional license, also called a learner's permit after passing the written test. This license allows you to legally drive but with the following rules and restrictions: * Between the hours of 5 a.m. and 11 p.m. you may drive by yourself.

    Can a 17 year old drive alone in Texas? ›

    With a learner's license restricts, a teen is restricted to operating a vehicle only with licensed driver age 21 or older supervising and sitting in the front seat. Adult supervision is required. A provisional license allows a teen at the age of 16, to operate a vehicle without the need for adult supervision.

    Can you drive at 14 in Texas? ›

    In Texas, the path to full driving privileges starts early. At the age of 14, teens can enroll in driver's education, the first step in Texas's Graduated Driver's License (GDL) program. However, in Texas, what age you can drive actually begins at 15, with a learner's permit.

    Can a 14 year old get an ID in Texas? ›

    In Texas you can get an ID card at any age. They are issued by the Department of Public Safety. You need to show proof that you are a US citizen or a legal resident.

    What is the curfew for a provisional license in California? ›

    In California, drivers who receive their license before the age of 18 receive a provisional license. This comes with certain limitations. Under the law, provisional license holders may not drive between 11 PM and 5 AM.

    Can I drive myself to school with a permit California? ›

    The answer is generally no. The California Department of Motor Vehicles (DMV) has stringent rules in place for permit holders to ensure their safety and the safety of others on the road.

    Can I drive my sibling to school with a provisional license California? ›

    The California DMV allows exemptions for immediate family members to the passenger restriction, which encompasses siblings: Immediate Family Member Exemption: Provisional drivers have the permission to carry their siblings without another adult present in the vehicle under certain conditions.

    What does provisional until 18 mean? ›

    A provisional license adds restrictions like no driving after 11 pm or before 5 am. They also cannot drive with anyone under the age of 25 without someone over the age of 25 in the vehicle. These rules drop when you turn 18 or after your first 12 months of being licensed, whichever comes first.

    Can I get my license at 18 without a permit in California? ›

    Individuals who are over 18 years old, but have never had a driver's license (DL), do not need to take driver education or training, but are still required to get an instruction permit before they get an official California DL. To apply for a California Instruction Permit (over age 18), you must: Be at least 18.

    How do I get my license at 18 in California? ›

    Visit a DMV office (schedule an appointment), where you will:
    1. Bring your California Identification Card or proof of identity and residency. (Federal Noncompliant/REAL ID/AB60)
    2. Pay the application fee.
    3. Pass a vision exam.
    4. Take a photo.
    5. Take the knowledge test(s).

    What is the fastest you can get a California ID? ›

    The Fast Track program guarantees production of a driver's license or ID card within 3 business days for a $20 fee (cash or personal check only at a deputy registrar office, check only – no cash - if presented directly to DVS Central Office). How long do I wait and how will I receive the expedited documents?

    Can I get my real ID the same day in California? ›

    California Id Card Same Day Experience the convenience of obtaining your California ID card on the same day with MyImprov, the trusted provider of essential identification documents for Californians.

    How fast can you get your license in California? ›

    Once you pass the driving test, DMV will issue you a temporary DL until you receive your new DL in the mail. The temporary DL is valid for 60 days. You will receive your DL via mail within 3-4 weeks.

    How fast can I get a driver's license in California? ›

    Driver's License/Identification Card
    • Online: 3 weeks. Temporary driver's licenses (cannot be used as identification) are provided instantly if all renewal requirements are met.
    • Mail: 4 weeks.

    Top Articles
    Latest Posts
    Article information

    Author: Jonah Leffler

    Last Updated:

    Views: 5963

    Rating: 4.4 / 5 (45 voted)

    Reviews: 84% of readers found this page helpful

    Author information

    Name: Jonah Leffler

    Birthday: 1997-10-27

    Address: 8987 Kieth Ports, Luettgenland, CT 54657-9808

    Phone: +2611128251586

    Job: Mining Supervisor

    Hobby: Worldbuilding, Electronics, Amateur radio, Skiing, Cycling, Jogging, Taxidermy

    Introduction: My name is Jonah Leffler, I am a determined, faithful, outstanding, inexpensive, cheerful, determined, smiling person who loves writing and wants to share my knowledge and understanding with you.