www.teksavvy.com Open in urlscan Pro
20.116.31.67  Public Scan

Submitted URL: http://teksavvy.ca/
Effective URL: https://www.teksavvy.com/
Submission: On September 25 via manual from SG — Scanned from CA

Form analysis 4 forms found in the DOM

<form id="meganav-search-form">
  <div>
    <label style="display: none;">
      <span class="screenreader">What are you looking for?</span>
    </label>
    <input id="meganav-search" name="meganav-search" type="text" required="" pattern=".*\S+.*" title="This field is required" placeholder="What are you looking for?">
    <i class="fa-solid fa-magnifying-glass"></i>
  </div>
  <input type="submit" value="Search">
</form>

<form id="meganav-blog-form">
  <p>Please enter your email address *</p>
  <input id="meganav-blog-signup" name="meganav-blog-signup" type="email" required="" title="This field is required" placeholder="name@email.com">
  <input type="submit" class="btn btn-gradient tertiary-gradient" value="Subscribe">
</form>

POST

<form class="qualification-modal-short-form" autocomplete="off" method="POST" onsubmit="qualifyAutocompleteAddr(event)">
  <div class="qualification-modal-inputs">
    <div class="addr">
      <label for="q">Street Address</label>
      <span class="address-example">Example: Apt 237 - 65432 Yonge St N, Toronto, ON, M2N 5S2</span>
      <input type="text" id="q" name="address" autocomplete="off" placeholder="Start typing and select your address">
      <i id="qual-autocomplete-loader" class="fa fa-spinner fa-spin input-icon autocomplete-loader"></i>
    </div>
    <div class="unit-container">
      <div class="unit-type">
        <label for="auto_unitType">Apartment Type</label>
        <select name="unitType" id="auto_unitType">
          <option selected="updateAddressUnit()" value="">&nbsp;</option>
          <option value="BLDG">Building</option>
          <option value="FLR">Floor</option>
          <option value="LOT">Lot</option>
          <option value="PENT">Penthouse</option>
          <option value="RM">Room</option>
          <option value="TWNHSE">Townhouse</option>
          <option value="TRAILER">Trailer</option>
          <option value="UNIT">Unit</option>
          <option value="APT">Apartment</option>
        </select>
        <i class="fas fa-caret-down input-icon select-arrow"></i>
      </div>
      <div class="unit-number">
        <label for="auto_unitNumber">Apartment Number</label>
        <input type="text" oninput="updateAddressUnit()" name="unitNumber" id="auto_unitNumber">
      </div>
    </div>
  </div>
  <div class="manual-entry-action">
    <a href="javascript:manualEntry()">Can't find your address?</a>
  </div>
  <div class="form-submit">
    <button id="qualification-autocomplete-submit" type="submit" disabled="" class="btn btn-primary btn-gradient primary-gradient" name="qual_type" value="API">
      <i class="fa fa-spinner fa-spin"></i>
      <span id="form-submit-btn-text"> Check Availability </span>
    </button>
  </div>
  <span id="cp_search_url" value="https://address.api.teksavvy.com/api/v2/address/cp-2" style="display:none"></span>
</form>

POST

<form class="qualification-modal-long-form" onsubmit="qualifyManualAddr(event)" method="POST">
  <div class="row confirm-address">
    <h3>Please confirm your address.</h3>
  </div>
  <div class="row confirm-address">
    <div class="form-group">
      <label for="postalCode">Postal Code *</label>
      <input id="postalCode" placeholder="N7M5J5" name="postalCode" onfocusout="cities_fetch()" onkeyup="checkPostalCode()" pattern="[A-Za-z][0-9][A-Za-z][0-9][A-Za-z][0-9]" type="text" required="" title="Postal-code is required"
        data-format="Invalid format">
    </div>
    <div class="form-group">
      <label for="qual_streetNumber">Street Number *</label>
      <input id="qual_streetNumber" disabled="" placeholder="800" name="streetNumber" type="text" required="" title="Street Number is required">
    </div>
    <div class="form-group">
      <label for="qual_streetName">Street Name *</label>
      <input id="qual_streetName" disabled="" placeholder="Richmond" name="streetName" type="text" required="" title="Street Name is required">
    </div>
  </div>
  <div class="row confirm-address">
    <div class="form-group">
      <label for="qual_streetType">Street Type *</label>
      <select id="qual_streetType" disabled="" name="streetType" required="" title="Street Type is required">
        <option selected="" value="">&nbsp;</option>
        <option value="AVE">Ave</option>
        <option value="AV">Av</option>
        <option value="CH">Chemin</option>
        <option value="CÔTE">Côte</option>
        <option value="CR">Crescent</option>
        <option value="MTÉE">MTÉE</option>
        <option value="PL">Place</option>
        <option value="RTE">Route</option>
        <option value="RUE">Rue</option>
        <option value="TERR">Terrace</option>
        <option value="BL">Boulevard</option>
        <option value="CIR">Circle</option>
        <option value="CRT">Court</option>
        <option value="DR">Drive</option>
        <option value="GATE">Gate</option>
        <option value="GDNS">Gardens</option>
        <option value="GRV">Grove</option>
        <option value="LINE">Line</option>
        <option value="LN">Lane</option>
        <option value="PKWY">Parkway</option>
        <option value="HWY">Highway</option>
        <option value="PRIV">Private</option>
        <option value="RD">Road</option>
        <option value="RDWY">RDWY</option>
        <option value="ROW">Row</option>
        <option value="SD">SD</option>
        <option value="SQ">Square</option>
        <option value="ST">Street</option>
        <option value="TRL">Trail</option>
        <option value="WAY">Way</option>
      </select>
      <i class="fas fa-caret-down input-icon select-arrow"></i>
    </div>
    <div class="form-group">
      <label for="qual_streetDirection">Street Direction</label>
      <select id="qual_streetDirection" disabled="" name="streetDirection">
        <option selected="" value="">&nbsp;</option>
        <option value="N">N</option>
        <option value="S">S</option>
        <option value="E">E</option>
        <option value="W">W</option>
        <option value="O">O</option>
        <option value="NW">NW</option>
        <option value="SW">SW</option>
        <option value="NE">NE</option>
        <option value="SE">SE</option>
        <option value="NO">NO</option>
        <option value="SO">SO</option>
      </select>
      <i class="fas fa-caret-down input-icon select-arrow"></i>
    </div>
    <div class="form-group">
      <label for="qual_unitType">Apartment Type</label>
      <select id="qual_unitType" disabled="" name="unitType">
        <option selected="" value="">&nbsp;</option>
        <option value="BLDG">Building</option>
        <option value="FLR">Floor</option>
        <option value="LOT">Lot</option>
        <option value="PENT">Penthouse</option>
        <option value="RM">Room</option>
        <option value="TWNHSE">Townhouse</option>
        <option value="TRAILER">Trailer</option>
        <option value="UNIT">Unit</option>
        <option value="APT">Apartment</option>
      </select>
      <i class="fas fa-caret-down input-icon select-arrow"></i>
    </div>
  </div>
  <div class="row confirm-address">
    <div class="form-group">
      <label for="qual_unitNumber">Apartment Number</label>
      <input id="qual_unitNumber" disabled="" name="unitNumber" type="text">
    </div>
    <div class="form-group city">
      <label for="city">City *</label>
      <input name="displayCity" disabled="" autocomplete="new-city" required="" id="displayCity" type="text" class="city-display-input" onfocusin="renderCities()" onblur="checkInputCity()" onkeyup="filterInputCity()">
      <ul id="cities_list" class="city-list" style="list-style: none !important;" onfocusin="watchCitiesListClick(true)" onblur="watchCitiesListClick(false)"></ul>
      <i class="fas fa-caret-down input-icon select-arrow"></i>
      <input id="city" name="city" type="hidden">
      <input id="historicalCity" name="historicalCity" type="hidden">
      <input id="community" name="community" type="hidden">
    </div>
    <div class="form-group">
      <label for="province">Province *</label>
      <select id="province" disabled="" name="province" required="" title="Province is required">
        <option selected="" value="">&nbsp;</option>
        <option value="AB">Alberta</option>
        <option value="BC">British Columbia</option>
        <option value="MB">Manitoba</option>
        <option value="NB">New Brunswick</option>
        <option value="NL">Newfoundland and Labrador</option>
        <option value="NS">Nova Scotia</option>
        <option value="ON">Ontario</option>
        <option value="PE">Prince Edward Island</option>
        <option value="QC">Quebec</option>
        <option value="SK">Saskatchewan</option>
        <option value="NT">Northwest Territories</option>
        <option value="NU">Nunavut</option>
        <option value="YT">Yukon</option>
      </select>
      <i class="fas fa-caret-down input-icon select-arrow"></i>
    </div>
  </div>
  <div class="form-submit">
    <button type="submit" name="qual_type" id="qualification-manual-submit" value="MANUAL" disabled="" class="btn btn-primary btn-gradient primary-gradient">
      <i class="fa fa-spinner fa-spin"></i>
      <span id="form-submit-btn-text-manual"> Check Availability </span>
    </button>
    <div class="qualification-loader-container">
      <div class="qualification-loader"></div>
    </div>
  </div>
  <span id="pc_search_url" value="https://address.api.teksavvy.com/api/v2/address/options?pc=" style="display:none">
  </span>
</form>

Text Content

Skip to main content

 * Residential Business Partner Program Wholesale
 * Quebec Français Deals E-mail 1-877-779-1575

Main Menu
 * Shop
   
   
   CHECK AVAILABILITY TO SEE AVAILABLE PACKAGES IN YOUR REGION!
   
   Good news! Your address qualifies for our service.
   
   Sorry! We don’t offer service in your area at the moment.
   
   
   Check another address
   Shop Internet Check Availability
   
   INTERNET
   
    * Internet
      
      Home internet packages and plans for streamers, gamers and lovers of
      Wi-Fi.
   
    * SkyFi
      
      Wireless LTE internet for rural residents.
   
    * Fibre
      
      Super-fast unlimited fibre internet packages available in select areas of
      Ontario and Quebec.
   
   TELEVISION
   
    * TekSavvy TV
      
      With over 125 HD channels, you’re sure to find all your favourites.
   
    * Channel Lineup
    * TV On-the-GO
      
      Your favorite channels no matter where you are.
   
   DIGITAL HOME PHONE
   
    * TekTalk
      
      Don't hold out. Turn up the volume with one of our sweet digital home
      phone packages!
   
    * Long Distance Rates
    * TekTalk Portal
      
      Our TekTalk Portal allows you to manage all the features that are included
      with your TekTalk service.
   
   DEALS
   
   Sizzling hot deals are on now!
   
   Check availability to see promotions available at your address.
   
   See all deals
 * Support
   
   SUPPORT LINKS
   
    * Network Status
      
      An outage map that's updated in real time as we receive reports on
      Maintenance and Outages.
   
    * TekSavvy Community
      
      A friendly atmosphere where members can have meaningful conversations with
      others and learn from each other about TekSavvy products.
   
    * Frequently Asked Questions
      
      Find answers to the most commonly asked questions about TekSavvy's
      services.
   
    * Contact Us
      
      Whether you phone, write or Facebook with us, you are talking to a member
      of our in-house, on-site, knowledgeable and friendly staff.
   
   SUPPORT ARTICLES
   
    * SUPPORT
      ARTICLES
      
      What are you looking for?
   
    * INTERNET
      
      Cable & DSL
      
      Fibre
      
      SkyFi
      
      
      TELEVISION
      
      TekSavvy TV
      
   
    * DIGITAL HOME PHONE
      
      TekTalk
      
      MySavvy
      
      Webmail
      
      Other Articles
      

 * News & Views
   Subscribe to our blog and stay up to date!
   
   Please enter your email address *
   
   NEWS & VIEWS
   
    * Choice Words Blog
      
      Get up to speed with the latest news from around the industry.
   
    * Press Releases
      
      Get the latest scoop on all things TekSavvy.
   
    * Our Fibre Story
    * TekSavvy Comic Book
   
   LATEST POST
   
    * March 22, 2024
      Statscan telecom data paints a false picture of Canadian prices
      Cellphone and internet prices are going down and are contributing to lower
      inflation, ­according to the latest figures from Statistics Canada. Many
      Canadians, looking at their monthly bill, beg to differ. What’s behind
      this disconnect?
      Continue reading Statscan telecom data paints a false picture of Canadian
      prices
   
   
 * MySavvy
   Check out the MySavvy customer portal.
   
   MySavvy gives you the power to manage your account and services online and
   on-the-go!
   
   Sign In Register
   
   IN MYSAVVY, YOU CAN:
   
    * Make a Payment
    * Check Internet Usage
    * Change Services
    * Billing Summary
    * View Invoices & Charge History
    * Update Payment Method
    * Update Billing Details
    * Change Your Password
   
   OTHER LINKS
   
    * Webmail
    * TekTalk Portal
    * TekSavvy Community

 * Our Company
    * Who We Are
    * Careers
   
   POLICIES
   
    * Terms of Service
    * Privacy Policy
    * Corporate Responsibility
    * Complaints & the CCTS
    * Cancellation Policy
    * See All Policies

 * Business Solutions
 * Partner Program
 * Wholesale
 * Email
 * Deals
 * Check Availability
 * 1-877-779-1575
 * Français
 * Privacy Policy
 * Terms of Service
 * Complaints & The CCTS
 * Connect With Us


Business Solutions


SOLUTIONS YOUR BUSINESS DESERVES

Power your business with internet and voice solutions, backed by over 20 years
of experience and stellar customer support.

Contact Us NowSolutions your business deserves

Special Offer


BACK TO SCHOOL: INTERNET DEALS FOR STUDENTS AND FAMILIES

Back to school promo on now. Get up to 12 months of savings on select internet
packages in select regions. Offer ends Oct. 2, 2024.

Check AvailabilityBack to School: Internet deals for students and families Learn
MoreBack to School: Internet deals for students and families

Special Offer


BRAVO FREE PREVIEW NOW ON TEKSAVVY TV

TekSavvy TV subscribers have free access to BRAVO on channel 720 until October
31st. Enjoy shows like the Emmy Award-winning “Top Chef”, “Below Deck”, “The
Real Housewives” franchises and more!

Learn moreBravo free preview now on TekSavvy TV

Special Offer


SHARE THE SAVINGS.

Refer friends, family or businesses to TekSavvy for their internet service and
you could both receive $50 in bill credits.

Learn MoreShare the savings.

Fibre Internet


GO FIBRE!

Get super-fast fibre internet in select areas of Ontario and Quebec. Enjoy 12
months of savings on select fibre packages.

Check AvailabilityGo fibre! Learn MoreGo fibre!

Business Solutions


SOLUTIONS YOUR BUSINESS DESERVES

Power your business with internet and voice solutions, backed by over 20 years
of experience and stellar customer support.

Contact Us NowSolutions your business deserves

Special Offer


BACK TO SCHOOL: INTERNET DEALS FOR STUDENTS AND FAMILIES

Back to school promo on now. Get up to 12 months of savings on select internet
packages in select regions. Offer ends Oct. 2, 2024.

Check AvailabilityBack to School: Internet deals for students and families Learn
MoreBack to School: Internet deals for students and families




Limited Time Offer


START STREAMING WITH TEKSAVVY TV'S TOP 40 AND GET ONE MONTH ON US! †

Learn More

Address format may be preventing a match.

Speak to one of our agents at the number below to find the right package for
you.

Call us at 1-877-779-1575 Try a Different Address


Hold up! It looks like the address you've entered may belong to a business. If
you're still interested in ordering our Fibre service, please click 'Request
callback' to request a callback from one of our qualified business solutions
representatives.

Request callback
Available options:
Month-to-Month
Filter By:
Most Popular All Plans


HOME INTERNET PACKAGES AND PLANS FOR STREAMERS, GAMERS AND LOVERS OF WI-FI.

Check availability to find out which internet packages we have available at your
service address!

Check Availability
Just the essentials
A budget friendly and reliable package that is good for browsing the internet,
staying in touch on social media, or checking emails. When all you need is just
the essentials.
Download speeds up to 30Mbps
Upload speeds up to 5Mbps
Ideal for households of 2 people
Unlimited monthly usage available
Most Popular
Work and play
Whether it’s working from home, connecting your family, taking online courses,
or enjoying all the latest tech, this package enables your lifestyle reliably
and without hassle.
Download speeds up to 100Mbps
Upload speeds up to 30Mbps
Ideal for households of 3 people
Unlimited monthly usage available
Level Up
Looking to power a state-of-the-art smart home? Generate content, love to game,
or use a ton of data? Transform your living space into a hub of innovation and
connectivity with this package.
Download speeds up to 1.5Gbps
Upload speeds up to 940Mbps
Ideal for households of 5+ people
Unlimited monthly usage available



WHOOPS!

It seems like that address doesn’t qualify for service. If you believe this is
an error, please give us a call at 1-844-739-3070.

Offer Details

All offers: All offers are only available where access and technology permit.
Maximum internet speed not guaranteed: actual speed experienced may vary due to
technical factors and practices: learn more here. The maximum download speed of
a single device is limited by its ethernet card; a typical device will not
experience download speeds above 1 Gbps. Therefore, in most cases, download
speeds above 1 Gbps will only be achievable through the concurrent use of 3 or
more devices; multiple wired connections will be required to obtain total
maximum download speeds above 1 Gbps. TekSavvy service subject to Terms and
Conditions. No offer lasts forever: advertised prices and offers may change over
time, without notice. Taxes extra. Unless specified, offers cannot be combined
with any other offers.

† Offer works as follows: new TekSavvy residential internet customers in select
regions with a minimum download speed of 15Mbps are eligible for one month of
TekSavvy TV Basic + TekSavvy TV Pick 10 Pack at a cost of $0 for use on their
own eligible devices. Our current monthly retail price will apply thereafter,
unless you cancel your TV services within the promotional month. The current
retail price is $45.00/month total (TekSavvy TV Basic is $25/mo and TekSavvy TV
Pick 10 is $20/mo). List of compatible third party devices is available here.
TekSavvy TV will only work on a TekSavvy internet connection in your home,
unless you are watching through an On-The-Go app for select channels. TekSavvy
TV service is provided by TekSavvy’s broadcasting distribution partner, Hastings
Cable Vision. TekSavvy is acting as its sales, support and billing agent but
Hastings Cable Vision is the TV service provider.


CHECK OUT THE MYSAVVY SELF-SERVE PORTAL!

MySavvy gives you the power to manage your account and services online and
on-the-go!

Sign in to MySavvy
Don't have an account yet? Register here.
Make a Payment Check Usage Change Services Update Payment Method Manage TV
Service Change Billing Details


Our mission is to be


DIFFERENT. IN A GOOD WAY.

We believe in doing the right thing. With honesty, respect and consideration. We
believe Canadians deserve a better choice and a better deal when it comes to
telecommunications services. We are that alternative.

Award winning service

We are proud to currently hold the title of Toronto's Best ISP for 9 years
running by the readers of NOW Toronto! Join the TekSavvy family to discover what
sets us apart.

Fighting for Canadians' rights

Your fight is our fight. You want a fair choice, and you don't get that when a
few select monopolies hold all the cards. We stand for Canadians across the
nation.

Community Support

Paying it forward is an important cornerstone for us. We are proud to partner
with local organizations such as the United Way Chatham & Ottawa.


NEWS & VIEWS

View all blog posts


March 22, 2024

Statscan telecom data paints a false picture of Canadian prices

Cellphone and internet prices are going down and are contributing to lower
inflation, ­according to the latest figures from Statistics Canada. Many
Canadians, looking at their monthly bill, beg to differ. What’s behind this
disconnect?

Continue reading Statscan telecom data paints a false picture of Canadian prices

January 23, 2024

New year, new solutions – it’s time to break up the big telcos

Happy 2024! With January typically being when many people reflect and make
changes, it’s a good time for Canada to chart a new course for its failed
telecom market.

Continue reading New year, new solutions – it’s time to break up the big telcos


"HIGHEST RATED CUSTOMER SERVICE AMONG CANADIAN ISPS."

Reprinted with permission. © 2024 Ziff Davis, LLC. All Rights Reserved.

A trademark of Ziff Davis, LLC. Used under license.

Mina K.

We have been with TekSavvy for over 20 years from Dsl to Hi-speed internet. They
have always been reliable and had excellent customer service.

Read the review
Chelle

I Love Teksavvy! Great customer service, rarely have any issues with my internet
and more than fair pricing. I've been a customer for more than 20 yrs. I wish
they offered cell phone service I'd be a faithful customer for sure.

Read the review
George H.

I have been a subscriber for more than 10 years. I have never regretted my
decision and I highly recommend TekSavvy as the only sane alternative to the big
Telcos.

Read the review
Fiona A.

TekSavvy has served us well for over 15 years. Great service and customer care.
We don't feel as if we are being gouged. Our service never goes out, so I never
worry about it. We have peace of mind with Teksavvy.

Read the review
Geoff B.

For the few times I've required customer service, I have had excellent care. The
TekSavvy employees are amazing.

Read the review
Trudy Van B.

Great service and if I need to call support they give me an answer right away.

Read the review
Carol G.

Awesome company. I've been with them for years--ever since I heard about them.
Never had ANY problems or issues with them--great friendly staff--highly
recommend them to everyone.

Read the review



Shop
 * Internet
   * Internet
   * Fibre
   * SkyFi
 * Television
 * Digital Home Phone
 * Deals
 * Locations

MySavvy
 * * Make a Payment
   * Check Usage
   * Change Services
   * Update Payment Method
   * Change Billing Details
 * Check E-mail
 * TekTalk Portal

Support
 * FAQ
 * Network Status
 * Community
 * Contact Us

Company
 * Who We Are
 * Corporate Responsibility
 * Careers
 * News & Press Releases
 * Choice Words Blog
 * Services Blog
 * Policies
 * Accessibility

Connect With Us

Sign up for our TekSavvy Buzz newsletter to stay up to date with our deals,
contests, tech tips and much more.

Sign up


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


Different. In a good way.
Privacy Policy | Terms of Service | Complaints & the CCTS
© TekSavvy Solutions Inc. 2024 All Rights Reserved
1-888-304-1722

Chat Now



WHERE WOULD YOU LIKE SERVICE?

Because the speeds of our service vary in different places, we’ll need to do a
service qualification on the address where you’d like your service installed.

Street Address Example: Apt 237 - 65432 Yonge St N, Toronto, ON, M2N 5S2
Apartment Type   BuildingFloorLotPenthouseRoomTownhouseTrailerUnitApartment
Apartment Number
Can't find your address?
Check Availability


PLEASE CONFIRM YOUR ADDRESS.

Postal Code *
Street Number *
Street Name *
Street Type *  
AveAvCheminCôteCrescentMTÉEPlaceRouteRueTerraceBoulevardCircleCourtDriveGateGardensGroveLineLaneParkwayHighwayPrivateRoadRDWYRowSDSquareStreetTrailWay
Street Direction   NSEWONWSWNESENOSO
Apartment Type   BuildingFloorLotPenthouseRoomTownhouseTrailerUnitApartment
Apartment Number
City *
Province *   AlbertaBritish ColumbiaManitobaNew BrunswickNewfoundland and
LabradorNova ScotiaOntarioPrince Edward IslandQuebecSaskatchewanNorthwest
TerritoriesNunavutYukon
Check Availability



ALREADY A CUSTOMER?

Sign in below to add or change your service through the MySavvy customer portal.


Sign in Register


GOOD NEWS!

Your address qualifies for our service.

Shop Internet


WE'RE SORRY!

We don’t offer service in your area at the moment. If you need assistance,
please give us a call or chat with us.

Chat Now 1-877-779-1575

Website Cookies 🍪
This website uses cookies and similar small files. We require a baseline level
of cookies for our website to work optimally. “Necessary cookies” include
cookies that keep track of what you add to your cart, locate your area to help
present relevant products and offers, and help us understand performance issues
with our website. By choosing to use our website, you accept the use of
necessary cookies. For more details or to update your cookie preferences, review
our full cookie notice here.
Accept all cookiesNecessary cookies only

Cookie Preferences

Cookie Preferences 🍪
This website uses cookies and similar small files to collect data on you and
what you do on this site, and only on this site. You can control your cookie
preferences below. By choosing to use our website, you accept the use of
Necessary Cookies. For more on cookies TekSavvy uses, see our privacy policy.
Necessary cookiesNecessary cookies
These cookies are necessary for the proper functioning of our website, including
to carry out a transaction or request you have initiated. We use these types of
cookies to allow you to use our website properly, such as displaying our website
in the right format for your particular device and browser settings, locating
your general area to present relevant product and service information to you,
and keeping track of any products or services you have added to your “cart”
during your logged in session. They also help us understand performance issues
with our website. The cookies we use in this category are session cookies, which
generally only last for the duration of your browsing session. Some of these
cookies are disclosed to our third-party provider of analytic tools, Google
Analytics.
Enhanced analytics cookiesEnhanced analytics cookies
These cookies allow us to collect better data about our website performance
overall. They collect data about how users navigate our website so that we can
understand issues customers may face with our website and improve the overall
performance of our site. These cookies are disclosed to our third-party
providers of analytic tools, such as Microsoft Clarity or Google Analytics.
Again, the cookies are not by themselves, able to identify or disclose the
individual identity of any site user. Microsoft may use data obtained from
analytic cookies to provide Microsoft Advertising; Microsoft’s Privacy Policy is
available at: https://www.microsoft.com/en-ca/trust-center/privacy.
Advertising cookiesAdvertising cookies
These cookies allow us to understand consumer interests, including how you use
the website, which pages you visited and which links you clicked on. Our
advertising partner uses these cookies to allow us to present you with relevant
advertising on other sites based on your interaction with our site. These
cookies do not collect identifying information such as names, emails or
addresses.
Accept all cookiesNecessary cookies onlySave settings




Internet service available only where access and technology permit. Maximum
internet speed not guaranteed: actual speed experienced may vary due to
technical factors and practices: learn more here. TekSavvy service subject to
Terms and Conditions. Advertised prices may change over time, without notice.

Special Offer


BACK TO SCHOOL: INTERNET DEALS FOR STUDENTS AND FAMILIES

Back to school promo on now. Get up to 12 months of savings on select internet
packages in select regions. Offer ends Oct. 2, 2024.

Check AvailabilityBack to School: Internet deals for students and families Learn
MoreBack to School: Internet deals for students and families

Special Offer


BRAVO FREE PREVIEW NOW ON TEKSAVVY TV

TekSavvy TV subscribers have free access to BRAVO on channel 235 until October
31st. Enjoy shows like the Emmy Award-winning “Top Chef”, “Below Deck”, “The
Real Housewives” franchises and more!

Learn moreBravo free preview now on TekSavvy TV

Special Offer


BRAVO FREE PREVIEW NOW ON TEKSAVVY TV

TekSavvy TV subscribers have free access to BRAVO on channel 720 until October
31st. Enjoy shows like the Emmy Award-winning “Top Chef”, “Below Deck”, “The
Real Housewives” franchises and more!

Learn moreBravo free preview now on TekSavvy TV

Special Offer


SHARE THE SAVINGS.

Refer friends, family or businesses to TekSavvy for their internet service and
you could both receive $50 in bill credits.

Learn MoreShare the savings.

Fibre Internet


GO FIBRE!

Get super-fast fibre internet in select areas of Ontario and Quebec. Enjoy 12
months of savings on select fibre packages.

Check AvailabilityGo fibre! Learn MoreGo fibre!

Business Solutions


SOLUTIONS YOUR BUSINESS DESERVES

Power your business with internet and voice solutions, backed by over 20 years
of experience and stellar customer support.

Contact Us NowSolutions your business deserves