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

Submitted URL: https://yaris.ca/
Effective URL: https://www.toyota.ca/toyota/en/vehicles/corolla-hatchback/overview
Submission: On April 11 via api from US — Scanned from US

Form analysis 4 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">
  </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">
  </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">
      <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"><!-- 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">
  <!-- 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">
  <!-- 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>

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">
  </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 Available


4RUNNER

Coming Soon
 * Explore


Hybrid


LAND CRUISER

Coming Soon
 * Explore


Hybrid


SEQUOIA

 * Explore
 * Build & Price


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


2024 LAND CRUISER

 * Explore


Hybrid


2025 CAMRY

 * Explore


Hybrid


2025 CROWN SIGNIA

 * Explore


Hybrid Available


2025 4RUNNER

 * 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


We are currently experiencing technical difficulties. Please wait a few minutes
and then try again.
 


OverviewFeaturesSpecifications

2024 Corolla Hatchback have limited inventory. Contact your local dealer for
information on vehicle availability.


2024 COROLLA HATCHBACK

Build & Price
★ ★ ★ ★ ★ ★ ★ ★ ★ ★  4.7 (352)
Read Owner Reviews

 * Models
 * Colours
 * Gallery
 * Offers
 * Comparison
 * Reviews
 * Warranty and Coverage




EXPLORE COROLLA HATCHBACK EXHILARATING IN EVERY WAY

Edgy. Dynamic. Athletic. Introducing the 2024 Corolla Hatchback. An exhilarating
drive, surprising fuel-efficient performance, hatchback functionality and next
generation connectivity make the Corolla Hatchback a game changer. Life’s
waiting, get to it in the 2024 Corolla Hatchback!





DISCOVER COROLLA HATCHBACK MODELS

--------------------------------------------------------------------------------

1 Model Available

Compare Corolla Hatchback Models

--------------------------------------------------------------------------------


2024 COROLLA HATCHBACK CVT




 * FUEL EFFICIENCY
   L/100KM*
   
   7.5/5.9 (City/Hwy)

 * ENGINE
   
   2.0 Litre, 4-Cylinder, DOHC, Dual Variable Valve Timing with Intelligence
   (VVT-i)

 * HORSEPOWER
   
   169 hp @ RPM

 * AIRBAGS
   
   10

Build & Price
Key Features

* Legal Disclaimer


Compare models by downloading a Corolla Hatchback Product Summary

Download Product Summary


EXPLORE COLOURS

 * Exterior

 * --------------------------------------------------------------------------------

 * Interior

DRAG FOR 360° VIEW










White 
Black Cloth
Colours may vary by model.
Visit Build & Price for more information.


EXPLORE COROLLA HATCHBACK GALLERY

Select an image or open the entire gallery


View Gallery


Corolla Hatchback XSE in Blue Crush Metallic

1/15

Corolla Hatchback XSE Interior

1/15

Corolla Hatchback XSE in Finish Line Red with Black Roof

1/15

Toyota App

1/15

Corolla Hatchback XSE in Inferno

1/15

Corolla Hatchback XSE in White Chill Pearl with Black Roof

1/15

Corolla Hatchback Cargo Space

1/15

Corolla Hatchback XSE 8'' Multimedia Touchscreen

1/15

Corolla Hatchback XSE in White Chill Pearl with Black Roof

1/15

Corolla Hatchback Interior in Black

1/15

Corolla Hatchback XSE in Blue Crush Metallic

1/15

Corolla Hatchback Multimedia Screen

1/15

Corolla Hatchback

1/15

Corolla Hatchback 18” Alloy Wheel

1/15

Corolla Hatchback Interior

1/15

Corolla Hatchback XSE in Blue Crush Metallic

1/15

Corolla Hatchback XSE Interior

1/15


All Interior Exterior



FEATURES EXCEPTIONALLY SPORTY
EXCEPTIONALLY ADVANCED

View All Features

Toyota Safety Sense 3.0

See Safety Features


Toyota Multimedia

See Technology Features


Powerful and& Efficient

See Performance Features


VIEW THE LATEST OFFERS & PROMOTIONS


DISCOVER EXCITING NATIONAL OFFERS FROM TOYOTA CANADA.

Offers & Promotions




LEARN MORE THROUGH A COMPETITIVE COMPARISON

Compare Toyota Corolla Hatchback to competitors like Mazda3 and Honda Civic
Hatchback.

See a Detailed Comparison



OWNER’S REVIEWS SEE WHAT PEOPLE ARE SAYING ABOUT TOYOTA COROLLA HATCHBACK


Read More Reviews


OVERALL RATINGS

5 ★star 265265 reviews with 5 stars 4 ★star 6767 reviews with 4 stars 3 ★star
1111 reviews with 3 stars 2 ★star 44 reviews with 2 stars 1 ★star 55 reviews
with 1 star

★ ★ ★ ★ ★ ★ ★ ★ ★ ★ 5 star rating

Franky Knuckles . 1 Month Ago


2024 COROLLA HATCHBACK

Great value for the money. Worth the wait. Thank
you..................................................

★ ★ ★ ★ ★ ★ ★ ★ ★ ★ 5 star rating

Banks . 1 Month Ago


GREAT PRACTICAL CAR

This is the first car we purchased. We made the decision due to their reputation
for reliability. Everyone we spoke to said "that's a good c...

CHB ☆☆☆☆☆ ☆☆☆☆☆ 4.7 out of 5 stars. Read reviews for CHB
4.7
(352)


OVERALL RATINGS

Select a row below to filter reviews.

5☆ stars

265 265 reviews with 5 stars. Select to filter reviews with 5 stars.
4☆ stars

67 67 reviews with 4 stars. Select to filter reviews with 4 stars.
3☆ stars

11 11 reviews with 3 stars. Select to filter reviews with 3 stars.
2☆ stars

4 4 reviews with 2 stars. Select to filter reviews with 2 stars.
1☆ stars

5 5 reviews with 1 star. Select to filter reviews with 1 star.


AVERAGE OWNER RATINGS

Overall
☆☆☆☆☆ ☆☆☆☆☆ 4.7 Overall, average rating value is 4.7 of 5. 
Interior Design
 * 
 * 
 * 
 * 
 * 
 * 

4.6 Interior Design, average rating value is 4.6 of 5. 
Exterior Styling
 * 
 * 
 * 
 * 
 * 
 * 

4.8 Exterior Styling, average rating value is 4.8 of 5. 
Performance
 * 
 * 
 * 
 * 
 * 
 * 

4.7 Performance, average rating value is 4.7 of 5. 
Quality
 * 
 * 
 * 
 * 
 * 
 * 

4.8 Quality, average rating value is 4.8 of 5. 
Features
 * 
 * 
 * 
 * 
 * 
 * 

4.6 Features, average rating value is 4.6 of 5. 
1–8 of 352 Reviews  
Sort by: Most Recent ▼ Menu
Highest to Lowest Rating Lowest to Highest Rating Oldest Most Recent
▼ Reviews Filter by Reviews
Filter by Reviews 1 star 2 stars 3 stars 4 stars 5 stars

ACTIVE FILTERS

 * Active Filters 1 star 1 star ✘ Remove Filter
 * Active Filters 2 stars 2 stars ✘ Remove Filter
 * Active Filters 3 stars 3 stars ✘ Remove Filter
 * Active Filters 4 stars 4 stars ✘ Remove Filter
 * Active Filters 5 stars 5 stars ✘ Remove Filter
 * Clear All ✘ Clear All Filters

 1. 2024 Corolla hatchback
    ☆☆☆☆☆ ☆☆☆☆☆ 5 out of 5 stars.
    Franky Knuckles
    · 13 days ago  
    
    
    2024 COROLLA HATCHBACK
    
    Great value for the money. Worth the wait. Thank
    you..................................................
    
     * 
       Review photo 1. Photo This action will open a modal dialog.
    
    Originally posted on Corolla Hatchback CVT
     * Interior Design
     *  * 
        * 
        * 
        * 
        * 
       
       Interior Design, 5 out of 5   
     * Exterior Styling
     *  * 
        * 
        * 
        * 
        * 
       
       Exterior Styling, 5 out of 5   
     * Performance
     *  * 
        * 
        * 
        * 
        * 
       
       Performance, 4 out of 5   
     * Quality
     *  * 
        * 
        * 
        * 
        * 
       
       Quality, 5 out of 5   
     * Features
     *  * 
        * 
        * 
        * 
        * 
       
       Features, 5 out of 5   
    
    
    
 2. Great practical car
    ☆☆☆☆☆ ☆☆☆☆☆ 5 out of 5 stars.
    Banks
    · 15 days ago  
    
    
    GREAT PRACTICAL CAR
    
    This is the first car we purchased. We made the decision due to their
    reputation for reliability. Everyone we spoke to said "that's a good car".
    So far we've been really pleased with the features, drivability and gas
    efficiency. It was also very affordable for us and the sales people were
    great at figuring out what would work and what features we wanted.
    
    Originally posted on Corolla Hatchback CVT
     * Interior Design
     *  * 
        * 
        * 
        * 
        * 
       
       Interior Design, 5 out of 5   
     * Exterior Styling
     *  * 
        * 
        * 
        * 
        * 
       
       Exterior Styling, 4 out of 5   
     * Performance
     *  * 
        * 
        * 
        * 
        * 
       
       Performance, 4 out of 5   
     * Quality
     *  * 
        * 
        * 
        * 
        * 
       
       Quality, 5 out of 5   
     * Features
     *  * 
        * 
        * 
        * 
        * 
       
       Features, 5 out of 5   
    
    
    
 3. Love corollaz
    ☆☆☆☆☆ ☆☆☆☆☆ 5 out of 5 stars.
    Heyfilly
    · 22 days ago  
    
    
    LOVE COROLLAZ
    
    I love my new hatchback first time having a hatchback. Great look great
    overall ucan see all around in the car
    
    Originally posted on Corolla Hatchback CVT
     * Interior Design
     *  * 
        * 
        * 
        * 
        * 
       
       Interior Design, 4 out of 5   
     * Exterior Styling
     *  * 
        * 
        * 
        * 
        * 
       
       Exterior Styling, 5 out of 5   
     * Performance
     *  * 
        * 
        * 
        * 
        * 
       
       Performance, 5 out of 5   
     * Quality
     *  * 
        * 
        * 
        * 
        * 
       
       Quality, 5 out of 5   
     * Features
     *  * 
        * 
        * 
        * 
        * 
       
       Features, 4 out of 5   
    
    
    
 4. Nice
    ☆☆☆☆☆ ☆☆☆☆☆ 5 out of 5 stars.
    Rasool
    · 24 days ago  
    
    
    NICE
    
    Nice car with cool features if you are intrested in a small car which is
    fuel efficient. Overall recommended
    
    Originally posted on Corolla Hatchback CVT
     * Interior Design
     *  * 
        * 
        * 
        * 
        * 
       
       Interior Design, 5 out of 5   
     * Exterior Styling
     *  * 
        * 
        * 
        * 
        * 
       
       Exterior Styling, 5 out of 5   
     * Performance
     *  * 
        * 
        * 
        * 
        * 
       
       Performance, 5 out of 5   
     * Quality
     *  * 
        * 
        * 
        * 
        * 
       
       Quality, 5 out of 5   
     * Features
     *  * 
        * 
        * 
        * 
        * 
       
       Features, 5 out of 5   
    
    
    
 5. Hot hatch, but slower.
    ☆☆☆☆☆ ☆☆☆☆☆ 4 out of 5 stars.
    J B D
    · a month ago  
    
    
    HOT HATCH, BUT SLOWER.
    
    Solid little car, exactly what the world needs to solve the SUV plague.
    Hybrid version will be even better, but this meets my needs.
    
    Originally posted on Corolla Hatchback CVT
     * Interior Design
     *  * 
        * 
        * 
        * 
        * 
       
       Interior Design, 5 out of 5   
     * Exterior Styling
     *  * 
        * 
        * 
        * 
        * 
       
       Exterior Styling, 5 out of 5   
     * Performance
     *  * 
        * 
        * 
        * 
        * 
       
       Performance, 4 out of 5   
     * Quality
     *  * 
        * 
        * 
        * 
        * 
       
       Quality, 5 out of 5   
     * Features
     *  * 
        * 
        * 
        * 
        * 
       
       Features, 5 out of 5   
    
    
    
 6. Awesome vehicle!
    ☆☆☆☆☆ ☆☆☆☆☆ 5 out of 5 stars.
    Jessica K
    · a month ago  
    
    
    AWESOME VEHICLE!
    
    We love this car! It is such a smooth ride, handles beautiful and feels
    spacious for a hatchback. The gas mileage is phenomenal. We’ve hardly had to
    fill it up since we bought it. Highway driving is amazing in this car,
    especially at night. Those headlights really light up the roadway and I’m a
    big fan of the brights feature that automatically dims them when a vehicle
    approaches.
    
    Originally posted on Corolla Hatchback CVT
     * Interior Design
     *  * 
        * 
        * 
        * 
        * 
       
       Interior Design, 5 out of 5   
     * Exterior Styling
     *  * 
        * 
        * 
        * 
        * 
       
       Exterior Styling, 5 out of 5   
     * Performance
     *  * 
        * 
        * 
        * 
        * 
       
       Performance, 5 out of 5   
     * Quality
     *  * 
        * 
        * 
        * 
        * 
       
       Quality, 5 out of 5   
     * Features
     *  * 
        * 
        * 
        * 
        * 
       
       Features, 5 out of 5   
    
    
    
 7. The engine sounds noisy when start
    ☆☆☆☆☆ ☆☆☆☆☆ 3 out of 5 stars.
    Long waiting time
    · a month ago  
    
    
    THE ENGINE SOUNDS NOISY WHEN START
    
    The engine sounds noisy when start. Long waiting time. Haven't got the
    accessaries yet. 8 months yet can't get a tank cover
    
    Originally posted on Corolla Hatchback CVT
     * Interior Design
     *  * 
        * 
        * 
        * 
        * 
       
       Interior Design, 4 out of 5   
     * Exterior Styling
     *  * 
        * 
        * 
        * 
        * 
       
       Exterior Styling, 4 out of 5   
     * Performance
     *  * 
        * 
        * 
        * 
        * 
       
       Performance, 4 out of 5   
     * Quality
     *  * 
        * 
        * 
        * 
        * 
       
       Quality, 4 out of 5   
     * Features
     *  * 
        * 
        * 
        * 
        * 
       
       Features, 3 out of 5   
    
    
    
 8. My New 2024 Corolla
    ☆☆☆☆☆ ☆☆☆☆☆ 5 out of 5 stars.
    Henry Z
    · a month ago  
    
    
    MY NEW 2024 COROLLA
    
    Perfect size for the two of us. Great styling and excellent gas mileage.
    Lots of technical gizmos - most of which are very useful.
    
    Originally posted on Corolla Hatchback CVT
     * Interior Design
     *  * 
        * 
        * 
        * 
        * 
       
       Interior Design, 4 out of 5   
     * Exterior Styling
     *  * 
        * 
        * 
        * 
        * 
       
       Exterior Styling, 5 out of 5   
     * Performance
     *  * 
        * 
        * 
        * 
        * 
       
       Performance, 5 out of 5   
     * Quality
     *  * 
        * 
        * 
        * 
        * 
       
       Quality, 5 out of 5   
     * Features
     *  * 
        * 
        * 
        * 
        * 
       
       Features, 4 out of 5   
    
    
    

1–8 of 352 Reviews  
 * Previous Reviews ◄
 * Next Reviews ►




GO FURTHER WARRANTY & COVERAGE

See Warranty Details


VEHICLE WARRANTY

36 MONTHS or 60,000 km◊◊


ROADSIDE ASSISTANCE

36 MONTHS or UNLIMITED km◊◊

◊◊ Whichever comes first



ECP delivers peace of mind by protecting your Toyota from the unexpected (eg.
mechanical failure or road emergencies.)

See ECP Benefits


NEXT STEPS
HAVE IT ALL WITH THE 2024 COROLLA HATCHBACK.


 * DISCOVER MORE
   COROLLA HATCHBACK FEATURES
   
   See Corolla Hatchback Features


 * BUILD YOUR
   2024 COROLLA HATCHBACK
   
   Build & Price


 * DOWNLOAD PRODUCT SUMMARY
   
   2024 Corolla Hatchback Summary


 * REQUEST A
   TEST DRIVE
   
   Test Drive a 2024 Corolla Hatchback


WANT TO EXPLORE ANOTHER VEHICLE?

Look at the Corolla Hybrid

 * Back to top
 * Build & Price
 * Test Drive
 * 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
 * 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
 * •

© 2024 Toyota Canada Inc.





 * 2024-04-10T09:06-10:00
 * bvseo_fps, prod_bvrr, vn_firebird_3.1.29
 * cp_1, bvpage1
 * loc_en_CA, PROD_CHB, prd, sort_mostRecent
 * co_hasreviews, co_noquestions, tv_352, tr_352