{"id":8328,"date":"2026-05-12T08:16:30","date_gmt":"2026-05-12T12:16:30","guid":{"rendered":"https:\/\/montrealtips.com\/saaq-license-cost\/"},"modified":"2026-05-15T14:59:35","modified_gmt":"2026-05-15T18:59:35","slug":"saaq-license-cost","status":"publish","type":"page","link":"https:\/\/montrealtips.com\/fr\/saaq-license-cost\/","title":{"rendered":"Calculateur des co\u00fbts de permis de conduire et d&#039;immatriculation de v\u00e9hicule de la SAAQ (2026)"},"content":{"rendered":"\n<div class=\"mtl-tool\" style=\"font-family:-apple-system,BlinkMacSystemFont,sans-serif;color:#1a1a1a;max-width:760px;margin:24px auto;line-height:1.55\"><div style=\"background:#f7f9fc;border:1px solid #e3e8ef;border-radius:14px;padding:24px\"><h2 style=\"margin:0 0 6px;font-size:22px;color:#0b1f3a\">SAAQ License + Vehicle Registration Calculator (2026)<\/h2><p style=\"margin:0 0 18px;color:#475569;font-size:14px\">Estimate Quebec driver license costs AND annual vehicle registration fees.<\/p><h3 style=\"margin:14px 0 8px;font-size:17px;color:#0b1f3a;border-bottom:2px solid #e3e8ef;padding-bottom:6px\">&#x1faaa; License<\/h3><label style=\"display:block;font-weight:600;margin:12px 0 6px;font-size:14px\">License transaction<\/label><select id=\"saaq-t\" style=\"width:100%;padding:10px;border:1px solid #cbd5e1;border-radius:8px;box-sizing:border-box\"><option value=\"none\">No license needed<\/option><option value=\"new\">New Class 5 license (first issuance)<\/option><option value=\"learner\">Class 5 learner permit (probationary)<\/option><option value=\"renew\">Renewal (2-year)<\/option><option value=\"renew1\">Renewal (1-year)<\/option><option value=\"exchange\">Out-of-province exchange<\/option><\/select><label style=\"display:block;font-weight:600;margin:12px 0 6px;font-size:14px\">Demerit points on record<\/label><select id=\"saaq-d\" style=\"width:100%;padding:10px;border:1px solid #cbd5e1;border-radius:8px;box-sizing:border-box\"><option value=\"0\">0 (clean record)<\/option><option value=\"3\">1-3 points<\/option><option value=\"6\">4-6 points<\/option><option value=\"9\">7-9 points<\/option><option value=\"13\">10-13 points (close to suspension)<\/option><\/select><h3 style=\"margin:24px 0 8px;font-size:17px;color:#0b1f3a;border-bottom:2px solid #e3e8ef;padding-bottom:6px\">&#x1f697; Vehicle registration (annual)<\/h3><label style=\"display:block;font-weight:600;margin:12px 0 6px;font-size:14px\">Vehicle registration<\/label><select id=\"saaq-v\" style=\"width:100%;padding:10px;border:1px solid #cbd5e1;border-radius:8px;box-sizing:border-box\"><option value=\"none\">No vehicle<\/option><option value=\"auto4\">Passenger auto (4 cyl)<\/option><option value=\"auto6\">Passenger auto (6 cyl)<\/option><option value=\"auto8\">Passenger auto (8 cyl or larger)<\/option><option value=\"motorcycle\">Motorcycle<\/option><option value=\"commercial\">Commercial \/ truck<\/option><\/select><label style=\"display:block;font-weight:600;margin:12px 0 6px;font-size:14px\">Region<\/label><select id=\"saaq-r\" style=\"width:100%;padding:10px;border:1px solid #cbd5e1;border-radius:8px;box-sizing:border-box\"><option value=\"mtl\">Greater Montreal (ARTM area)<\/option><option value=\"other\">Outside Montreal<\/option><\/select><label style=\"display:block;font-weight:600;margin:12px 0 6px;font-size:14px\">New plate?<\/label><select id=\"saaq-p\" style=\"width:100%;padding:10px;border:1px solid #cbd5e1;border-radius:8px;box-sizing:border-box\"><option value=\"no\">No \u2014 keeping existing plate<\/option><option value=\"yes\">Yes \u2014 new plate ($26)<\/option><\/select><button id=\"saaq-go\" style=\"background:#d8232a;color:#fff;border:0;padding:12px 22px;border-radius:8px;font-weight:700;cursor:pointer;font-size:15px;margin-top:18px;width:100%\">Calculate total cost<\/button><div id=\"saaq-out\" style=\"margin-top:18px\"><\/div><\/div><\/div><script>(function(){function calc(){var t=document.getElementById(\"saaq-t\").value;var d=+document.getElementById(\"saaq-d\").value||0;var v=document.getElementById(\"saaq-v\").value;var r=document.getElementById(\"saaq-r\").value;var p=document.getElementById(\"saaq-p\").value;var L={fee:0,health:0,demerit:0,label:\"\"};if(t==\"new\"){L.fee=45.40;L.health=44.10;L.label=\"Class 5 first issuance\";}else if(t==\"learner\"){L.fee=51.30;L.health=46.20;L.label=\"Learner permit\";}else if(t==\"renew\"){L.fee=46.50;L.health=44.10;L.label=\"2-year renewal\";}else if(t==\"renew1\"){L.fee=23.60;L.health=22.00;L.label=\"1-year renewal\";}else if(t==\"exchange\"){L.fee=49.00;L.health=44.10;L.label=\"Out-of-province exchange\";}L.demerit=d*3.50;var Lt=L.fee+L.health+L.demerit;var V={base:0,insurance:0,transit:0,health:0,plate:0,label:\"\"};if(v==\"auto4\"){V.base=112.30;V.insurance=110.00;V.health=94.30;V.label=\"Passenger auto (4 cyl)\";}else if(v==\"auto6\"){V.base=141.30;V.insurance=130.00;V.health=94.30;V.label=\"Passenger auto (6 cyl)\";}else if(v==\"auto8\"){V.base=272.00;V.insurance=160.00;V.health=94.30;V.label=\"Passenger auto (8 cyl+)\";}else if(v==\"motorcycle\"){V.base=283.50;V.insurance=224.00;V.health=94.30;V.label=\"Motorcycle\";}else if(v==\"commercial\"){V.base=350.00;V.insurance=180.00;V.health=94.30;V.label=\"Commercial vehicle\";}if(v!=\"none\"&&r==\"mtl\")V.transit=59.00;if(v!=\"none\"&&p==\"yes\")V.plate=26.00;var Vt=V.base+V.insurance+V.transit+V.health+V.plate;var grand=Lt+Vt;var html=\"\";if(t!=\"none\"){html+=\"<div style=\\\"background:#fff;border-left:4px solid #16a34a;border-radius:8px;padding:14px 16px;margin-bottom:10px\\\"><h4 style=\\\"margin:0 0 6px;font-size:17px;color:#0b1f3a\\\">\\u{1faaa} License: $\"+Lt.toFixed(2)+\"<\/h4><p style=\\\"margin:0;color:#475569;font-size:13px;line-height:1.55\\\">\"+L.label+\" \u00b7 Admin $\"+L.fee.toFixed(2)+\" \u00b7 Health $\"+L.health.toFixed(2)+(L.demerit>0?\" \u00b7 Demerits $\"+L.demerit.toFixed(2):\"\")+\"<\/p><\/div>\";}if(v!=\"none\"){html+=\"<div style=\\\"background:#fff;border-left:4px solid #2563eb;border-radius:8px;padding:14px 16px;margin-bottom:10px\\\"><h4 style=\\\"margin:0 0 6px;font-size:17px;color:#0b1f3a\\\">\\u{1f697} Vehicle reg: $\"+Vt.toFixed(2)+\"\/year<\/h4><p style=\\\"margin:0;color:#475569;font-size:13px;line-height:1.55\\\">\"+V.label+\" \u00b7 Reg $\"+V.base.toFixed(2)+\" \u00b7 No-fault insur. $\"+V.insurance.toFixed(2)+\" \u00b7 Health $\"+V.health.toFixed(2)+(V.transit>0?\" \u00b7 Transit $\"+V.transit.toFixed(2):\"\")+(V.plate>0?\" \u00b7 Plate $\"+V.plate.toFixed(2):\"\")+\"<\/p><\/div>\";}if(t!=\"none\"&&v!=\"none\"){html+=\"<div style=\\\"background:#fff3cd;border-left:4px solid #f59e0b;border-radius:8px;padding:14px 16px;margin-bottom:10px\\\"><h4 style=\\\"margin:0;font-size:19px;color:#0b1f3a\\\">\\u{1f4b0} Combined total: $\"+grand.toFixed(2)+\"<\/h4><\/div>\";}if(!html)html=\"<p style=\\\"color:#64748b\\\">Select a transaction above to calculate.<\/p>\";html+=\"<div style=\\\"background:#fff;border-left:4px solid #94a3b8;border-radius:8px;padding:14px 16px;font-size:12px;color:#475569\\\"><strong>Note:<\/strong> Fees indexed annually January 1. Verify exact 2026 amount at <a href=\\\"https:\/\/saaq.gouv.qc.ca\\\" target=\\\"_blank\\\" style=\\\"color:#2563eb\\\">saaq.gouv.qc.ca<\/a>.<\/div>\";document.getElementById(\"saaq-out\").innerHTML=html;}document.getElementById(\"saaq-go\").addEventListener(\"click\",calc);calc();})();<\/script>\n\n\n<div class=\"mtl-tldr\" style=\"font-family:-apple-system,BlinkMacSystemFont,sans-serif;max-width:760px;margin:24px auto 0;padding:18px 22px;background:#eff6ff;border:1px solid #bfdbfe;border-left:5px solid #2563eb;border-radius:12px;color:#0b1f3a\"><strong style=\"font-size:14px;text-transform:uppercase;letter-spacing:0.5px;color:#2563eb\">Quick answer<\/strong><h2 style=\"margin:6px 0 8px;font-size:20px;color:#0b1f3a\">How much is a Quebec driver license (2026)?<\/h2><p style=\"margin:0;color:#1e293b;font-size:15px;line-height:1.55\">Quebec Class 5 license costs $89.50 CAD initial issuance ($45.40 fee + $44.10 health contribution). Annual renewal: about $95 depending on demerit points (clean record = lowest). Add roughly $30 per demerit point above 0 to your renewal. Learner permit (Class 5 Probationary) costs $97. Probationary stage lasts 24 months.<\/p><p style=\"margin:10px 0 0;font-size:13px;color:#475569\"><strong>Last updated:<\/strong> May 13, 2026 \u00b7 <strong>Source:<\/strong> SAAQ 2026 fee schedule, Highway Safety Code Quebec<\/p><\/div>\n\n\n\n<div class=\"mtl-related\" style=\"font-family:-apple-system,BlinkMacSystemFont,sans-serif;max-width:760px;margin:30px auto;padding:20px 24px;background:#f7f9fc;border:1px solid #e3e8ef;border-radius:12px\"><h3 style=\"margin:0 0 10px;font-size:18px;color:#0b1f3a\">Related Montreal Tools<\/h3><ul style=\"margin:0;padding-left:20px;color:#1e293b;font-size:15px\"><li style=\"margin-bottom:6px\"><a href=\"\/winter-tire-deadline\/\" style=\"color:#2563eb;text-decoration:underline\">Winter Tire Deadline<\/a> \u2014 Quebec winter tire law.<\/li><li style=\"margin-bottom:6px\"><a href=\"\/parking-sign-decoder\/\" style=\"color:#2563eb;text-decoration:underline\">Parking Sign Decoder<\/a> \u2014 Read Montreal parking signs.<\/li><li style=\"margin-bottom:6px\"><a href=\"\/snow-parking-alert\/\" style=\"color:#2563eb;text-decoration:underline\">Snow Parking Alert<\/a> \u2014 Avoid snow operation tickets.<\/li><li style=\"margin-bottom:6px\"><a href=\"\/stm-fare-calculator\/\" style=\"color:#2563eb;text-decoration:underline\">STM Fare Calculator<\/a> \u2014 Public transit alternative.<\/li><\/ul><\/div>\n\n\n\n<div class=\"mtl-sources\" style=\"font-family:-apple-system,BlinkMacSystemFont,sans-serif;max-width:760px;margin:20px auto;padding:14px 20px;background:#fff;border-top:1px solid #e2e8f0;color:#475569;font-size:13px;line-height:1.5\"><p style=\"margin:0 0 6px\"><strong>Reviewed by:<\/strong> Montreal Tips editorial team \u00b7 <strong>Last updated:<\/strong> May 13, 2026<\/p><p style=\"margin:0\"><strong>Sources:<\/strong> SAAQ 2026 fee schedule, Highway Safety Code Quebec. Estimates are educational only \u2014 verify against official sources before acting.<\/p><\/div>\n\n\n\n<script type=\"application\/ld+json\">[{\"@context\":\"https:\/\/schema.org\",\"@type\":\"FAQPage\",\"mainEntity\":[{\"@type\":\"Question\",\"name\":\"How much is a new Quebec driver license?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"$89.50 CAD for a Class 5 first issuance: $45.40 administrative fee plus $44.10 health contribution. Probationary stage lasts 24 months.\"}},{\"@type\":\"Question\",\"name\":\"How much does demerit points cost me?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Roughly $30 added to renewal per demerit point above 0. The exact contribution increases with point count and a 14-point license is suspended.\"}},{\"@type\":\"Question\",\"name\":\"How long is a Quebec learner permit valid?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"18 months. You must hold it at least 12 months before taking the road test. Mandatory driver education (24h theory + 15h on-road) required for new drivers under age 24.\"}},{\"@type\":\"Question\",\"name\":\"Can I drive in Quebec with an out-of-province license?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Yes \u2014 most provinces and many countries allow direct exchange for the first 6 months of residency. After 6 months you must convert to a Quebec license.\"}},{\"@type\":\"Question\",\"name\":\"What is the Quebec driving age?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"16 with a learner permit. 17 with a Class 5 probationary (after 12 months + road test). 19 unrestricted (after 24 months probationary clean record).\"}}]},{\"@context\":\"https:\/\/schema.org\",\"@type\":\"WebApplication\",\"name\":\"SAAQ License Cost Calculator 2026\",\"url\":\"https:\/\/montrealtips.com\/saaq-license-cost\/\",\"applicationCategory\":\"TravelApplication\",\"operatingSystem\":\"All\",\"browserRequirements\":\"Requires JavaScript\",\"offers\":{\"@type\":\"Offer\",\"price\":\"0\",\"priceCurrency\":\"CAD\"},\"publisher\":{\"@type\":\"Organization\",\"name\":\"Montreal Tips\",\"url\":\"https:\/\/montrealtips.com\/\"}},{\"@context\":\"https:\/\/schema.org\",\"@type\":\"BreadcrumbList\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/montrealtips.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Montreal Tools\",\"item\":\"https:\/\/montrealtips.com\/tools\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"SAAQ License Cost Calculator 2026\",\"item\":\"https:\/\/montrealtips.com\/saaq-license-cost\/\"}]}]<\/script>\n","protected":false},"excerpt":{"rendered":"<p>SAAQ License + Vehicle Registration Calculator (2026) Estimate Quebec driver license costs AND annual vehicle registration fees. &#x1faaa; License License transactionNo license neededNew Class 5 license (first issuance)Class 5 learner permit (probationary)Renewal (2-year)Renewal (1-year)Out-of-province exchangeDemerit points on record0 (clean record)1-3 points4-6 points7-9 points10-13 points (close to suspension) &#x1f697; Vehicle registration (annual) Vehicle registrationNo vehiclePassenger auto [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-8328","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.7 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>SAAQ License + Vehicle Registration Cost Calculator (2026) - Montreal Tips<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/montrealtips.com\/fr\/saaq-license-cost\/\" \/>\n<meta property=\"og:locale\" content=\"fr_CA\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"SAAQ License + Vehicle Registration Cost Calculator (2026) - Montreal Tips\" \/>\n<meta property=\"og:description\" content=\"SAAQ License + Vehicle Registration Calculator (2026) Estimate Quebec driver license costs AND annual vehicle registration fees. &#x1faaa; License License transactionNo license neededNew Class 5 license (first issuance)Class 5 learner permit (probationary)Renewal (2-year)Renewal (1-year)Out-of-province exchangeDemerit points on record0 (clean record)1-3 points4-6 points7-9 points10-13 points (close to suspension) &#x1f697; Vehicle registration (annual) Vehicle registrationNo vehiclePassenger auto [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/montrealtips.com\/fr\/saaq-license-cost\/\" \/>\n<meta property=\"og:site_name\" content=\"Montreal Tips\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/mtltips\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-15T18:59:35+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/montrealtips.com\/wp-content\/uploads\/2017\/04\/Downtown-Church-Photo-From-Mont-Royal.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1869\" \/>\n\t<meta property=\"og:image:height\" content=\"1246\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@mtltips\" \/>\n<meta name=\"twitter:label1\" content=\"Estimation du temps de lecture\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/montrealtips.com\\\/saaq-license-cost\\\/\",\"url\":\"https:\\\/\\\/montrealtips.com\\\/saaq-license-cost\\\/\",\"name\":\"SAAQ License + Vehicle Registration Cost Calculator (2026) - Montreal Tips\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/montrealtips.com\\\/#website\"},\"datePublished\":\"2026-05-12T12:16:30+00:00\",\"dateModified\":\"2026-05-15T18:59:35+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/montrealtips.com\\\/saaq-license-cost\\\/#breadcrumb\"},\"inLanguage\":\"fr-CA\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/montrealtips.com\\\/saaq-license-cost\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/montrealtips.com\\\/saaq-license-cost\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/montrealtips.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"SAAQ License + Vehicle Registration Cost Calculator (2026)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/montrealtips.com\\\/#website\",\"url\":\"https:\\\/\\\/montrealtips.com\\\/\",\"name\":\"Montreal Tips\",\"description\":\"Montreal Updates, Features and Articles\",\"publisher\":{\"@id\":\"https:\\\/\\\/montrealtips.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/montrealtips.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-CA\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/montrealtips.com\\\/#organization\",\"name\":\"Montreal Tips\",\"url\":\"https:\\\/\\\/montrealtips.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-CA\",\"@id\":\"https:\\\/\\\/montrealtips.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/montrealtips.com\\\/wp-content\\\/uploads\\\/2018\\\/08\\\/Untitled-2.jpg\",\"contentUrl\":\"https:\\\/\\\/montrealtips.com\\\/wp-content\\\/uploads\\\/2018\\\/08\\\/Untitled-2.jpg\",\"width\":1206,\"height\":1084,\"caption\":\"Montreal Tips\"},\"image\":{\"@id\":\"https:\\\/\\\/montrealtips.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/mtltips\\\/\",\"https:\\\/\\\/x.com\\\/mtltips\",\"https:\\\/\\\/www.instagram.com\\\/mtltips\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/montreal-tips\\\/\",\"https:\\\/\\\/www.pinterest.ca\\\/mtltips\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"SAAQ License + Vehicle Registration Cost Calculator (2026) - Montreal Tips","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/montrealtips.com\/fr\/saaq-license-cost\/","og_locale":"fr_CA","og_type":"article","og_title":"SAAQ License + Vehicle Registration Cost Calculator (2026) - Montreal Tips","og_description":"SAAQ License + Vehicle Registration Calculator (2026) Estimate Quebec driver license costs AND annual vehicle registration fees. &#x1faaa; License License transactionNo license neededNew Class 5 license (first issuance)Class 5 learner permit (probationary)Renewal (2-year)Renewal (1-year)Out-of-province exchangeDemerit points on record0 (clean record)1-3 points4-6 points7-9 points10-13 points (close to suspension) &#x1f697; Vehicle registration (annual) Vehicle registrationNo vehiclePassenger auto [&hellip;]","og_url":"https:\/\/montrealtips.com\/fr\/saaq-license-cost\/","og_site_name":"Montreal Tips","article_publisher":"https:\/\/www.facebook.com\/mtltips\/","article_modified_time":"2026-05-15T18:59:35+00:00","og_image":[{"width":1869,"height":1246,"url":"https:\/\/montrealtips.com\/wp-content\/uploads\/2017\/04\/Downtown-Church-Photo-From-Mont-Royal.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_site":"@mtltips","twitter_misc":{"Estimation du temps de lecture":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/montrealtips.com\/saaq-license-cost\/","url":"https:\/\/montrealtips.com\/saaq-license-cost\/","name":"SAAQ License + Vehicle Registration Cost Calculator (2026) - Montreal Tips","isPartOf":{"@id":"https:\/\/montrealtips.com\/#website"},"datePublished":"2026-05-12T12:16:30+00:00","dateModified":"2026-05-15T18:59:35+00:00","breadcrumb":{"@id":"https:\/\/montrealtips.com\/saaq-license-cost\/#breadcrumb"},"inLanguage":"fr-CA","potentialAction":[{"@type":"ReadAction","target":["https:\/\/montrealtips.com\/saaq-license-cost\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/montrealtips.com\/saaq-license-cost\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/montrealtips.com\/"},{"@type":"ListItem","position":2,"name":"SAAQ License + Vehicle Registration Cost Calculator (2026)"}]},{"@type":"WebSite","@id":"https:\/\/montrealtips.com\/#website","url":"https:\/\/montrealtips.com\/","name":"Conseils pour Montr\u00e9al","description":"Actualit\u00e9s, reportages et articles sur Montr\u00e9al","publisher":{"@id":"https:\/\/montrealtips.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/montrealtips.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-CA"},{"@type":"Organization","@id":"https:\/\/montrealtips.com\/#organization","name":"Conseils pour Montr\u00e9al","url":"https:\/\/montrealtips.com\/","logo":{"@type":"ImageObject","inLanguage":"fr-CA","@id":"https:\/\/montrealtips.com\/#\/schema\/logo\/image\/","url":"https:\/\/montrealtips.com\/wp-content\/uploads\/2018\/08\/Untitled-2.jpg","contentUrl":"https:\/\/montrealtips.com\/wp-content\/uploads\/2018\/08\/Untitled-2.jpg","width":1206,"height":1084,"caption":"Montreal Tips"},"image":{"@id":"https:\/\/montrealtips.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/mtltips\/","https:\/\/x.com\/mtltips","https:\/\/www.instagram.com\/mtltips\/","https:\/\/www.linkedin.com\/company\/montreal-tips\/","https:\/\/www.pinterest.ca\/mtltips\/"]}]}},"_links":{"self":[{"href":"https:\/\/montrealtips.com\/fr\/wp-json\/wp\/v2\/pages\/8328","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/montrealtips.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/montrealtips.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/montrealtips.com\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/montrealtips.com\/fr\/wp-json\/wp\/v2\/comments?post=8328"}],"version-history":[{"count":4,"href":"https:\/\/montrealtips.com\/fr\/wp-json\/wp\/v2\/pages\/8328\/revisions"}],"predecessor-version":[{"id":9230,"href":"https:\/\/montrealtips.com\/fr\/wp-json\/wp\/v2\/pages\/8328\/revisions\/9230"}],"wp:attachment":[{"href":"https:\/\/montrealtips.com\/fr\/wp-json\/wp\/v2\/media?parent=8328"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}