www.toyota.ca Open in urlscan Pro
207.236.211.179  Public Scan

Submitted URL: http://www.toyota.ca/
Effective URL: https://www.toyota.ca/toyota/en/
Submission: On December 23 via api from US — Scanned from CA

Form analysis 5 forms found in the DOM

Name: search

<form name="search" id="header-site-search-form" class="grid-container site-search-form ng-pristine ng-valid" data-ng-submit="search()" novalidate="">
  <div class="search-container">
    <!-- ngIf: focusOutside -->
    <!-- ngIf: !focusOutside --><span id="header-search-icon" class="chrome-search-glass span ng-scope" data-ng-if="!focusOutside"></span><!-- end ngIf: !focusOutside -->
    <input id="header-search-input" name="header-search" autocomplete="off" aria-label="Search" placeholder="Search" type="text" data-ng-model="searchField" data-ng-keyup="suggest()" data-ng-focus="focus()"
      class="ng-pristine ng-untouched ng-valid ng-empty" aria-invalid="false">
  </div>
  <button type="submit" name="header-search-submit" class="primary-cta blue hide-on-small" id="header-search-submit" aria-label="Search">Search</button>
  <button type="button" name="header-search-cancel" class="hide-on-small" id="header-search-cancel" data-ng-click="cancelSearch()" aria-label="Cancel">Cancel</button>
  <!-- ngIf: suggestions.length > 0 && prefix!='footer' && prefix!='page-not-found' -->
  <button type="submit" name="header-search-submit-tablet" class="primary-cta blue hide-on-large hide-on-medium" id="header-search-submit-tablet">Search</button>
  <button type="button" name="header-search-cancel-tablet" class="hide-on-large hide-on-medium" id="header-search-cancel-tablet" data-ng-click="cancelSearch()">Cancel</button>
</form>

Name: search

<form name="search" id="header-desk-site-search-form" class="grid-container site-search-form ng-pristine ng-valid" data-ng-submit="search()" novalidate="">
  <div class="search-container">
    <!-- ngIf: focusOutside --><button id="header-desk-search-btn" aria-label="Search" data-ng-click="focus(true)" data-ng-if="focusOutside" data-ng-mouseover="glassIconHover = true" data-ng-mouseleave="glassIconHover = false"
      data-ng-focus="glassIconFocus = true" data-ng-blur="glassIconFocus = false" class="ng-scope">
      <span id="header-desk-search-icon" class="chrome-search-glass btn" data-ng-class="{ 'chrome-search-glass-blue': glassIconHover || glassIconFocus, 'chrome-search-glass': !glassIconHover &amp;&amp; !glassIconFocus }">
      </span>
    </button><!-- end ngIf: focusOutside -->
    <!-- ngIf: !focusOutside -->
    <input id="header-desk-search-input" name="header-desk-search" autocomplete="off" aria-label="Search" placeholder="Search" type="text" data-ng-model="searchField" data-ng-keyup="suggest()" data-ng-focus="focus()"
      class="ng-pristine ng-untouched ng-valid ng-empty" aria-invalid="false">
  </div>
  <button type="submit" name="header-desk-search-submit" class="primary-cta blue hide-on-small" id="header-desk-search-submit" aria-label="Search">Search</button>
  <button type="button" name="header-desk-search-cancel" class="hide-on-small" id="header-desk-search-cancel" data-ng-click="cancelSearch()" aria-label="Cancel">Cancel</button>
  <!-- ngIf: suggestions.length > 0 && prefix!='footer' && prefix!='page-not-found' -->
  <button type="submit" name="header-desk-search-submit-tablet" class="primary-cta blue hide-on-large hide-on-medium" id="header-desk-search-submit-tablet">Search</button>
  <button type="button" name="header-desk-search-cancel-tablet" class="hide-on-large hide-on-medium" id="header-desk-search-cancel-tablet" data-ng-click="cancelSearch()">Cancel</button>
</form>

<form id="dealer-search-methods" class="search-methods ng-pristine ng-valid" data-ng-class="{'methods-active': findDealerState.search == 'start' || findDealerState.newSearch}" data-ng-submit="findDealer.search( findDealerState.searchMethod )"
  novalidate="" aria-hidden="true">
  <div id="dealer-search-select-container" class="select transition-none">
    <label class="sr-hidden" aria-hidden="true" for="search-method-selector">To locate a Toyota Canada Dealer<!-- ngIf: findDealerState.presetService -->, enter a Postal Code, Province, City or Dealer Name:</label>
    <select id="search-method-selector" data-ng-model="findDealerState.searchMethod" data-ng-change="findDealerState.clearErrorAndInput()" style="transition:none !important" class="ng-pristine ng-untouched ng-valid ng-not-empty" aria-invalid="false">
      <option value="postal" selected="selected">Search by Postal Code</option>
      <option value="city">Search by City</option>
      <option value="province">Search by Province</option>
      <option value="name">Search by Dealership Name</option>
    </select>
  </div>
  <label class="sr-hidden" aria-hidden="true" for="search-by-postal-code">Enter a Postal Code</label>
  <!-- ngIf: findDealerState.searchMethod == 'postal'  --><input type="text" id="search-by-postal-code" placeholder="Enter a Postal Code" class="transition-none ng-pristine ng-untouched ng-valid ng-scope ng-empty"
    data-ng-if="findDealerState.searchMethod == 'postal' " data-tci-focus="" data-tci-focus-expr="findDealerState.search == 'start' &amp;&amp; findDealerState.navState == 'active' &amp;&amp; findDealerState.domReady == true"
    data-ng-model="findDealer.searchValObj.postal" aria-hidden="false" aria-invalid="false"><!-- end ngIf: findDealerState.searchMethod == 'postal'  -->
  <label class="sr-hidden" aria-hidden="true" for="search-by-city">Enter a City name</label>
  <input type="text" id="search-by-city" placeholder="Enter a City name" class="transition-none ng-pristine ng-untouched ng-valid ng-scope ng-empty ng-hide" autocomplete="off" data-ng-keyup="onKeyUp($event)"
    data-ng-show="findDealerState.searchMethod == 'city'" data-ng-change="findDealer.actions.onCityInputChange(findDealer.searchValObj.city)" data-ng-model="findDealer.searchValObj.city" data-tci-focus=""
    data-tci-focus-expr="findDealerState.search == 'start' &amp;&amp; findDealerState.navState == 'active' &amp;&amp; findDealerState.domReady == true" aria-hidden="true" aria-invalid="false">
  <!-- ngIf: findDealerState.searchMethod == 'city' && citySuggestions && citySuggestions.length > 0 -->
  <!-- ngIf: findDealerState.searchMethod == 'province'  -->
  <label class="sr-hidden" aria-hidden="true" for="search-by-dealer-name">Enter a Dealer name</label>
  <input type="text" id="search-by-dealer-name" placeholder="Enter a Dealer name" class="transition-none ng-pristine ng-untouched ng-valid ng-scope ng-empty ng-hide" autocomplete="off"
    data-ng-change="findDealer.actions.onDealerNameInputChange(findDealer.searchValObj.name)" data-ng-model="findDealer.searchValObj.name" data-ng-show="findDealerState.searchMethod == 'name'" data-ng-keyup="onKeyUp($event)" data-tci-focus=""
    data-tci-focus-expr="findDealerState.search == 'start' &amp;&amp; findDealerState.navState == 'active' &amp;&amp; findDealerState.domReady == true" aria-hidden="true" aria-invalid="false">
  <!-- ngIf: findDealerState.searchMethod == 'name' && dealerSuggestions && dealerSuggestions.length > 0 -->
  <!-- ngIf: findDealerState.error == true && formError -->
  <button type="submit" id="dealer-search-find" class="primary-cta blue" name="dealer-search-find" title="Find dealer"> Find </button>
  <button data-tci-dealer-chat="" data-tci-dealer-chat-dealer-code="" data-tci-dealer-chat-series-code="" data-tci-dealer-chat-model-code="" data-tci-dealer-chat-year="" type="button"
    class="find-dealer-cta link-appearance dealer-chat-cta ng-isolate-scope" data-tci-ga-inbound="" data-tci-ga-inbound-category="Dealer" data-tci-ga-inbound-label="find_dealer_chat" data-tci-ga-inbound-action="Click"> Chat with a Dealer<svg
      class="svg-arrow-container right link-arrow" role="img" aria-hidden="true" color-interpolation="auto" shape-rendering="auto" image-rendering="auto" text-rendering="auto" color-rendering="auto" x="0px" y="0px" viewBox="-157 170.1 83.5 61.9"
      version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" style="enable-background:new -157 170.1 83.5 61.9;">
      <path role="presentation" class="st3 svg-arrow" d="M-77.2,204.8l-30.2-30.8c-0.3-0.3-0.5-0.6-0.8-0.9l-0.3-0.3c-3-2.9-7.5-3.5-11-1.7l0,0
c-0.2,0.1-0.3,0.2-0.5,0.3c-0.1,0.1-0.3,0.2-0.4,0.2l-0.1,0.1c-0.5,0.3-0.9,0.7-1.3,1.1l-0.4,0.3c-0.2,0.2-0.3,0.3-0.5,0.5
l-30.6,31.1c-3.7,3.7-3.6,9.8,0.1,13.4l0.3,0.3c3.7,3.7,9.8,3.6,13.4-0.1l24.3-24.5l24.2,24.6c3.7,3.7,9.7,3.8,13.4,0.1l0.3-0.3
C-73.6,214.5-73.5,208.5-77.2,204.8z">
      </path>
    </svg>
  </button> <a href="https://toyotacertifiedshop.ca" class="find-collision-centre ng-scope" data-tci-external-link="" data-tci-external-link-href="https://toyotacertifiedshop.ca"> Find a Toyota Certified <span class="nowrap">Collision&nbsp;Centre<svg class="svg-arrow-container right link-arrow" role="img" aria-hidden="true" color-interpolation="auto" shape-rendering="auto" image-rendering="auto" text-rendering="auto" color-rendering="auto" x="0px" y="0px" viewBox="-157 170.1 83.5 61.9" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" style="enable-background:new -157 170.1 83.5 61.9;">
<path role="presentation" class="st3 svg-arrow" d="M-77.2,204.8l-30.2-30.8c-0.3-0.3-0.5-0.6-0.8-0.9l-0.3-0.3c-3-2.9-7.5-3.5-11-1.7l0,0
c-0.2,0.1-0.3,0.2-0.5,0.3c-0.1,0.1-0.3,0.2-0.4,0.2l-0.1,0.1c-0.5,0.3-0.9,0.7-1.3,1.1l-0.4,0.3c-0.2,0.2-0.3,0.3-0.5,0.5
l-30.6,31.1c-3.7,3.7-3.6,9.8,0.1,13.4l0.3,0.3c3.7,3.7,9.8,3.6,13.4-0.1l24.3-24.5l24.2,24.6c3.7,3.7,9.7,3.8,13.4,0.1l0.3-0.3
C-73.6,214.5-73.5,208.5-77.2,204.8z">
</path>
</svg></span>
</a>
  <!-- ngIf: findDealerState.newSearch -->
</form>

POST https://www.toyota.ca/toyota/en/register-for-updates

<form id="email-input-container-form" target="_blank" action="https://www.toyota.ca/toyota/en/register-for-updates" method="POST" class="ng-pristine ng-valid">
  <label for="rfu_email" class="sr-hidden" aria-hidden="true">Please enter your email address</label>
  <input id="rfu_email" name="ru_email" class="email-input-container" placeholder="Please enter your email address" type="email" aria-label="Please enter your email address">
  <button id="email-input-container-form-button" class="secondary-cta white" type="submit" aria-label="Continue to Register for Email Updates">Continue</button>
</form>

Name: search

<form name="search" id="footer-site-search-form" class="grid-container site-search-form ng-pristine ng-valid" data-ng-submit="search()" novalidate="">
  <div class="search-container">
    <!-- ngIf: focusOutside -->
    <!-- ngIf: !focusOutside --><span id="footer-search-icon" class="chrome-search-glass span ng-scope" data-ng-if="!focusOutside"></span><!-- end ngIf: !focusOutside -->
    <input id="footer-search-input" name="footer-search" autocomplete="off" aria-label="Search" placeholder="Search" type="text" data-ng-model="searchField" data-ng-keyup="suggest()" data-ng-focus="focus()"
      class="ng-pristine ng-untouched ng-valid ng-empty" aria-invalid="false">
  </div>
  <button type="submit" name="footer-search-submit" class="primary-cta blue hide-on-small" id="footer-search-submit" aria-label="Search">Search</button>
  <button type="button" name="footer-search-cancel" class="hide-on-small" id="footer-search-cancel" data-ng-click="cancelSearch()" aria-label="Cancel">Cancel</button>
  <!-- ngIf: suggestions.length > 0 && prefix!='footer' && prefix!='page-not-found' -->
  <button type="submit" name="footer-search-submit-tablet" class="primary-cta blue hide-on-large hide-on-medium" id="footer-search-submit-tablet">Search</button>
  <button type="button" name="footer-search-cancel-tablet" class="hide-on-large hide-on-medium" id="footer-search-cancel-tablet" data-ng-click="cancelSearch()">Cancel</button>
</form>

Text Content

Select a Province & Language

Entrance to this website assumes you have read and agree to these Legal Terms
and Conditions and the Privacy Policy.

Select Your Province
Alberta British Columbia Manitoba New Brunswick Newfoundland and Labrador
Northwest Territories Nova Scotia Nunavut Ontario Prince Edward Island Quebec
Saskatchewan Yukon
Select Your Language
English Français
ApplyContinue

Please click "Apply" to update your preferences

Skip to Content


TOYOTA TOYOTA CANADA - NEW CARS, PICKUP TRUCKS, SUVS, HYBRIDS AND CROSSOVERS

Vehicles Vehicles
All Cars Electrified SUVs & Minivans Trucks Future Vehicles
Pre-Owned Fleet

GR86

 * Explore
 * Build & Price

GR COROLLA

 * Explore
 * Build & Price

GR SUPRA

 * Explore
 * Build & Price


Hybrid


PRIUS

 * Explore
 * Build & Price


Plug-In Hybrid


PRIUS PRIME

 * Explore
 * Build & Price

COROLLA HATCHBACK

 * Explore
 * Build & Price


Hybrid Available


COROLLA

 * Explore
 * Build & Price


Hybrid Available


CAMRY

 * Explore
 * Build & Price


Fuel Cell Electric


MIRAI

 * Explore


Hybrid


CROWN

 * Explore
 * Build & Price


Battery Electric


BZ4X

 * Explore


Hybrid Available


COROLLA CROSS

 * Explore
 * Build & Price


Hybrid Available


RAV4

 * Explore
 * Build & Price


Plug-In Hybrid


RAV4 PRIME

 * Explore
 * Build & Price


Hybrid


VENZA

 * Explore
 * Build & Price


Hybrid


CROWN SIGNIA

Coming Soon
 * Explore


Hybrid Available


HIGHLANDER

 * Explore
 * Build & Price


Hybrid Available


GRAND HIGHLANDER

 * Explore
 * Build & Price


Hybrid


SIENNA

 * Explore
 * Build & Price

4RUNNER

 * Explore
 * Build & Price


Hybrid


LAND CRUISER

Coming Soon
 * Explore


Hybrid


SEQUOIA

 * Explore
 * Build & Price

TACOMA

 * Explore
 * Build & Price


Hybrid Available


TUNDRA

 * Explore
 * Build & Price



CARS

Discover Toyota Cars
 * Learn More

GR86

 * Explore
 * Build & Price

GR COROLLA

 * Explore
 * Build & Price

GR SUPRA

 * Explore
 * Build & Price


Hybrid


PRIUS

 * Explore
 * Build & Price


Plug-In Hybrid


PRIUS PRIME

 * Explore
 * Build & Price

COROLLA HATCHBACK

 * Explore
 * Build & Price


Hybrid Available


COROLLA

 * Explore
 * Build & Price


Hybrid Available


CAMRY

 * Explore
 * Build & Price


Fuel Cell Electric


MIRAI

 * Explore


Hybrid


CROWN

 * Explore
 * Build & Price



ELECTRIFIED

Discover Electrified Vehicles
 * Learn More


Hybrid


PRIUS

 * Explore
 * Build & Price


Plug-In Hybrid


PRIUS PRIME

 * Explore
 * Build & Price


Hybrid Available


COROLLA

 * Explore
 * Build & Price


Hybrid Available


CAMRY

 * Explore
 * Build & Price


Fuel Cell Electric


MIRAI

 * Explore


Hybrid


CROWN

 * Explore
 * Build & Price


Battery Electric


BZ4X

 * Explore


Hybrid Available


COROLLA CROSS

 * Explore
 * Build & Price


Hybrid Available


RAV4

 * Explore
 * Build & Price


Plug-In Hybrid


RAV4 PRIME

 * Explore
 * Build & Price


Hybrid


VENZA

 * Explore
 * Build & Price


Hybrid


CROWN SIGNIA

Coming Soon
 * Explore


Hybrid Available


HIGHLANDER

 * Explore
 * Build & Price


Hybrid Available


GRAND HIGHLANDER

 * Explore
 * Build & Price


Hybrid


SIENNA

 * Explore
 * Build & Price


Hybrid


LAND CRUISER

Coming Soon
 * Explore


Hybrid


SEQUOIA

 * Explore
 * Build & Price


Hybrid Available


TACOMA

Coming Soon
 * Explore


Hybrid Available


TUNDRA

 * Explore
 * Build & Price



SUVS & MINIVANS

Discover Toyota SUVs
 * Learn More


Battery Electric


BZ4X

 * Explore


Hybrid Available


COROLLA CROSS

 * Explore
 * Build & Price


Hybrid Available


RAV4

 * Explore
 * Build & Price


Plug-In Hybrid


RAV4 PRIME

 * Explore
 * Build & Price


Hybrid


VENZA

 * Explore
 * Build & Price


Hybrid


CROWN SIGNIA

Coming Soon
 * Explore


Hybrid Available


HIGHLANDER

 * Explore
 * Build & Price


Hybrid Available


GRAND HIGHLANDER

 * Explore
 * Build & Price


Hybrid


SIENNA

 * Explore
 * Build & Price

4RUNNER

 * Explore
 * Build & Price


Hybrid


LAND CRUISER

Coming Soon
 * Explore


Hybrid


SEQUOIA

 * Explore
 * Build & Price



TRUCKS

Discover Toyota Trucks
 * Learn More

TACOMA

 * Explore
 * Build & Price


Hybrid Available


TUNDRA

 * Explore
 * Build & Price



FUTURE VEHICLES

Discover Toyota Concepts & Future Vehicles
 * Learn More


Battery Electric


BZ4X

 * Explore


Hybrid Available


2024 TACOMA

 * Explore


Hybrid


2024 LAND CRUISER

 * Explore


Hybrid


2025 CAMRY

 * Explore


Hybrid


2025 CROWN SIGNIA

 * Explore

Close
Electrified
 * Electrified Vehicles
 * Hybrid Electric
 * Plug-in Hybrid Electric
 * Battery Electric
 * Hydrogen Fuel Cell Electric
 * Electrified Service


 * Charging Your Vehicle
 * Help me Choose a Powertrain
 * Electrified vs. Gas Calculator

Shopping Tools
 * Build & Price
 * Offers & Promotions
 * Product Summaries
 * Accessories
 * Find a Dealer


 * Competitive Comparison
 * Toyota Financial Services
 * Your First New Car
 * Appraise your Trade-In

About


TECHNOLOGY & SAFETY

 * Toyota Multimedia
 * Safety Technology




DISCOVER TOYOTA

 * Vision
 * Olympics & Paralympics
 * TOYOTA GAZOO Racing
 * Toyota Racing Development
 * Partnerships
 * Moving as One




CORPORATE

 * News Releases
 * Awards
 * Careers
 * Contact Us
 * Toyota Connect Blog
 * Toyota in North America

Owners


PARTS & SERVICE

 * Request a Service or Accessory Appointment

 * Service
 * Maintenance Schedule
 * Accessories
 * Tire Centre
 * Toyota Genuine Parts
 * Toyota Touch Detailing
 * Recalls and Campaigns
 * Collision Repair

 * Request a Service or Accessory Appointment




KNOW YOUR TOYOTA

 * TFS Customer Portal Toyota Financial Services Customer Portal

 * Owner's Manuals
 * Warranty & Coverage
 * Update Customer Info
 * Owner's Connected Services
 * Know Your Toyota Videos
 * Toyota Merchandise

 * Toyota Financial Services Customer Portal

Build & Price Dealers
Close

Search Cancel Search Cancel
Electrified
 * Electrified Vehicles
 * Hybrid Electric
 * Plug-in Hybrid Electric
 * Battery Electric
 * Hydrogen Fuel Cell Electric
 * Electrified Service

 * Charging Your Vehicle
 * Help me Choose a Powertrain
 * Electrified vs. Gas Calculator

Shopping Tools
 * Build & Price
 * Offers & Promotions
 * Product Summaries
 * Accessories
 * Find a Dealer

 * Competitive Comparison
 * Toyota Financial Services
 * Your First New Car
 * Appraise your Trade-In

About


TECHNOLOGY & SAFETY

 * Toyota Multimedia
 * Safety Technology


DISCOVER TOYOTA

 * Vision
 * Olympics & Paralympics
 * TOYOTA GAZOO Racing
 * Toyota Racing Development
 * Partnerships
 * Moving as One


CORPORATE

 * News Releases
 * Awards
 * Careers
 * Contact Us
 * Toyota Connect Blog
 * Toyota in North America

Owners


PARTS & SERVICE

 * Request a Service or Accessory Appointment
 * Service
 * Maintenance Schedule
 * Accessories
 * Tire Centre
 * Toyota Genuine Parts
 * Toyota Touch Detailing
 * Recalls and Campaigns
 * Collision Repair
 * Request a Service or Accessory Appointment


KNOW YOUR TOYOTA

 * TFS Customer Portal Toyota Financial Services Customer Portal
 * Owner's Manuals
 * Warranty & Coverage
 * Update Customer Info
 * Owner's Connected Services
 * Know Your Toyota Videos
 * Toyota Merchandise
 * Toyota Financial Services Customer Portal

Build & Price Find a Dealer
Chat with a Dealer



Search Cancel Search Cancel


FIND A DEALER FLYOUT

Close


FIND A DEALER

To locate a Toyota Canada Dealer, enter a Postal Code, Province, City or Dealer
Name:

New Search
Find Near Me

or

To locate a Toyota Canada Dealer, enter a Postal Code, Province, City or Dealer
Name: Search by Postal Code Search by City Search by Province Search by
Dealership Name
Enter a Postal Code Enter a City name Enter a Dealer name Find Chat with a
Dealer Find a Toyota Certified Collision Centre
Toyota dealers near Toyota dealers near you Toyota dealers in Toyota dealers
found for "" Toyota dealers near Toyota dealers in Suggested matches for



Global supply issues affecting the automotive manufacturing industry...Read More
are causing new vehicle delivery delays and inventory of some vehicles may be
limited. Please contact your local Toyota dealer for information about
availability of your preferred Toyota vehicle. Read Less  

We are currently experiencing technical difficulties. Please wait a few minutes
and then try again.
 
2024 RAV4 XLE AWD 2023 Tacoma 4x4
Double Cab 6A TRD Sport 2024 Tundra Crewmax
Limited TRD Offroad
Offer Details




THE 2024 GRAND HIGHLANDER
SPACE FOR BIG ADVENTURES

Learn More
PAUSE




THE 2024 TUNDRA
THE NEW DEFINITION OF GRIT.

Learn More



THE 2024 COROLLA
THE ULTIMATE COMPACT SEDAN

Learn More

2024 RAV4 XLE AWD 2023 Tacoma 4x4
Double Cab 6A TRD Sport 2024 Tundra Crewmax
Limited TRD Offroad


THIS MONTH’S OFFERS & PROMOTIONS

See Offers & Promotions
Offer Details


PLAY






See Offers & Promotions
2024 RAV4, 2023 Tacoma, 2024 Tundra



THE NEW 2025 CAMRY

Come for the Capability, Stay for the Fun

Learn More



THE ALL-NEW 2025 CROWN SIGNIA

Effortlessly Tranquil, Remarkably Distinctive


Learn More About Crown Signia



THE NEW 2024 LAND CRUISER

The Peak Of Every Adventure


Learn More About Land Cruiser



THE ALL-NEW 2024 TACOMA

Go Wherever Adventure Takes You


Learn More About Tacoma



TOYOTA ELECTRIFIED

Learn More
About Electrified Vehicles



WINTER COMES SOONER
THAN YOU THINK

Learn About Price Match Promise*

*Legal Disclaimer



TOYOTA DREAM CAR ART CONTEST

Enter Now




LEASING OR FINANCING?  

Our financial services are here to help.

Learn more about TFS


TOYOTA PRE-OWNED VEHICLES

Search for Toyota Used Cars and Vehicles.

Search Inventory


TOYOTA CONNECT

Read the latest from Toyota Canada’s blog.

Read more


CHAT WITH A DEALER

Questions about buying or owning a Toyota. Ask a dealer.

Chat now


LET'S STAY IN TOUCH

Sign up to be the first to learn about promotions and news from Toyota Canada.

Please enter your email address Continue
 * Back to top
 * Build & Price
 * Find Dealer
 * Questions? Chat Now
   


Search Cancel Search Cancel
 * Register for Email Updates
 * 
 * Find a Dealer
 * 
 * Build & Price







TOYOTA.CA TABLE OF CONTENTS


 * VEHICLES
   
    * All Toyota Vehicles
    * Cars
    * Electrified
    * SUVs & Minivans
    * Trucks
    * Future Vehicles & Concepts
    * Pre-Owned Vehicles
    * Business Fleet


 * ELECTRIFIED
   
   
   ELECTRIFIED
   
    * Electrified Vehicles
    * Hybrid Electric
    * Plug-in Hybrid Electric
    * Battery Electric
    * Hydrogen Fuel Cell Electric
    * Electrified Service
   
    * Charging Your Vehicle
    * Help me Choose a Powertrain
    * Electrified vs. Gas Calculator


 * SHOPPING TOOLS
   
   
   SHOPPING TOOLS
   
    * Build & Price
    * Offers & Promotions
    * Product Summaries
    * Accessories
    * Find a Dealer
   
    * Competitive Comparison
    * Toyota Financial Services
    * Your First New Car
    * Appraise your Trade-In


 * ABOUT
   
   
   ABOUT
   
   TECHNOLOGY & SAFETY
   
    * Toyota Multimedia
    * Safety Technology
   
   DISCOVER TOYOTA
   
    * Vision
    * Olympics & Paralympics
    * TOYOTA GAZOO Racing
    * Toyota Racing Development
    * Partnerships
    * Moving as One
   
   CORPORATE
   
    * News Releases
    * Awards
    * Careers
    * Contact Us
    * Toyota Connect Blog
    * Toyota in North America


 * OWNERS
   
   
   OWNERS
   
   PARTS & SERVICE
   
    * Request a Service or Accessory Appointment
    * Service
    * Maintenance Schedule
    * Accessories
    * Tire Centre
    * Toyota Genuine Parts
    * Toyota Touch Detailing
    * Recalls and Campaigns
    * Collision Repair
    * Request a Service or Accessory Appointment
   
   KNOW YOUR TOYOTA
   
    * TFS Customer Portal Toyota Financial Services Customer Portal
    * Owner's Manuals
    * Warranty & Coverage
    * Update Customer Info
    * Owner's Connected Services
    * Know Your Toyota Videos
    * Toyota Merchandise
    * Toyota Financial Services Customer Portal




VEHICLES

 * All Toyota Vehicles
 * Cars
 * Electrified
 * SUVs & Minivans
 * Trucks
 * Future Vehicles & Concepts
 * Pre-Owned Vehicles
 * Business Fleet


ELECTRIFIED

 * Electrified Vehicles
 * Hybrid Electric
 * Plug-in Hybrid Electric
 * Battery Electric
 * Hydrogen Fuel Cell Electric
 * Electrified Service

 * Charging Your Vehicle
 * Help me Choose a Powertrain
 * Electrified vs. Gas Calculator


SHOPPING TOOLS

 * Build & Price
 * Offers & Promotions
 * Product Summaries
 * Accessories
 * Find a Dealer

 * Competitive Comparison
 * Toyota Financial Services
 * Your First New Car
 * Appraise your Trade-In


ABOUT

TECHNOLOGY & SAFETY

 * Toyota Multimedia
 * Safety Technology

DISCOVER TOYOTA

 * Vision
 * Olympics & Paralympics
 * TOYOTA GAZOO Racing
 * Toyota Racing Development
 * Partnerships
 * Moving as One

CORPORATE

 * News Releases
 * Awards
 * Careers
 * Contact Us
 * Toyota Connect Blog
 * Toyota in North America


OWNERS

PARTS & SERVICE

 * Request a Service or Accessory Appointment
 * Service
 * Maintenance Schedule
 * Accessories
 * Tire Centre
 * Toyota Genuine Parts
 * Toyota Touch Detailing
 * Recalls and Campaigns
 * Collision Repair
 * Request a Service or Accessory Appointment

KNOW YOUR TOYOTA

 * TFS Customer Portal Toyota Financial Services Customer Portal
 * Owner's Manuals
 * Warranty & Coverage
 * Update Customer Info
 * Owner's Connected Services
 * Know Your Toyota Videos
 * Toyota Merchandise
 * Toyota Financial Services Customer Portal




FOLLOW US

 * facebook
 * twitter
 * youtube
 * instagram
 * linkedin
 * TikTok

Province
Alberta British Columbia Manitoba New Brunswick Newfoundland and Labrador
Northwest Territories Nova Scotia Nunavut Ontario Prince Edward Island Quebec
Saskatchewan Yukon
Language
English Français
 * Register for Email Updates
 * 
 * Find a Dealer
 * 
 * Build & Price


 * Contact Us
 * •
 * FAQ
 * •
 * Accessibility
 * •
 * Privacy Policy
 * •
 * Legal
 * •

© 2023 Toyota Canada