www.utahmitsubishi.com Open in urlscan Pro
2a02:26f0:3500:1b::1724:a397  Public Scan

URL: https://www.utahmitsubishi.com/new-inventory/index.htm
Submission: On August 24 via api from LU — Scanned from DE

Form analysis 3 forms found in the DOM

<form class="free-text-search-form w-100 p-0 form-control d-flex h-auto p-0 flex-column">
  <div class="d-flex w-100"><input type="search" class="free-text-search form-control form-control-transparent
input-lg" id="free-text-search-input" name="search" placeholder="Search our inventory…" value=""><span class="free-text-search-controls d-flex"><button class="text-link px-4 mt-0 text-no-decoration icon-size-3 " type="submit" disabled=""
        title="Search" aria-label="Search"><i id="search-icon" class="ddc-icon ddc-icon-search"></i></button></span></div>
</form>

<form class="range-form">
  <div id="internetPrice-group-min" class="form-group"><label for="internetPrice-min" class="control-label">Min</label><input id="internetPrice-min" class="font-size-ios-zoom-override form-control" value="$15,000"></div>
  <div id="internetPrice-group-max" class="form-group"><label for="internetPrice-max" class="control-label">Max</label><input id="internetPrice-max" class="font-size-ios-zoom-override form-control" value="$55,000"></div>
</form>

<form>
  <div class="nlpop-stage-container active">
    <div class="nlpop-stage-container-inner clearfix">
      <div class="nlpop-card-selection">
        <h3 class="nlpop-stage-heading">First, select your reward</h3>
        <div class="nl-gift-card nl-gift-card-1  text-center">
          <div class="nl-gift-card-inner">
            <img src="https://images.fullthrottle.app/nl/cards/amazoncard.png">
            <div class="card-name">Amazon.com Gift Card</div>
          </div>
        </div>
        <div class="nl-gift-card nl-gift-card-2">
          <div class="nl-gift-card-inner">
            <img src="https://images.fullthrottle.app/nl/cards/targetcard.png">
            <div class="card-name">Target eGiftCard</div>
          </div>
        </div>
        <div class="nl-gift-card nl-gift-card-3">
          <div class="nl-gift-card-inner">
            <img src="https://images.fullthrottle.app/nl/cards/mastercard.png">
            <div class="card-name">MasterCard Prepaid Card USD</div>
          </div>
        </div>
      </div>
      <div class="nlpop-card-next">
        <div class="nlpop-button">
          <input type="button" id="nlpop-card-next" value="NEXT">
        </div>
      </div>
    </div>
  </div>
  <div class="nlpop-stage-container ">
    <div class="nl-form-desc">
    </div>
    <!--nl-form-desc-->
    <div class="nlpop-stage-container-inner clearfix">
      <div class="nl-form-field-group">
        <div class="nl-form-field col-half">
          <select id="nl-type" name="type" required="">
            <option value="new">New</option>
          </select>
        </div>
        <div class="nl-form-field col-half">
          <select id="nl-year" name="year" required="">
            <option value="2024">2024</option>
          </select>
        </div>
      </div>
      <div class="nl-form-field-group">
        <div class="nl-form-field col-half">
          <select id="nl-make" name="make" required="">
            <option value="28">Mitsubishi</option>
          </select>
        </div>
        <div class="nl-form-field col-half">
          <select id="nl-model" name="model" required="">
            <option value="0">Model</option>
            <option value="172">Outlander PHEV</option>
            <option value="2180">Outlander SE</option>
          </select>
        </div>
      </div>
    </div>
    <!--nl-form-field-group-->
    <div class="message-wrapper"></div>
    <div class="nlpop-button">
      <input type="button" id="nlpop-vehicle-selection" value="CONFIRM TEST DRIVE">
    </div>
  </div>
  <div class="nlpop-stage-container ">
    <div class="nlpop-stage-container-inner clearfix">
      <div class="nl-form-desc">
        <h3 class="nlpop-stage-heading contact-info">Verify your Details</h3>
      </div>
      <!--nl-form-desc-->
      <div class="nl-form-field-group">
        <div class="nl-form-field col-half">
          <input class="nl-form-info-input" pattern="^[a-zA-Z ,.'-]+$" type="text" value="" name="first_name" placeholder="First Name" oninvalid="this.setCustomValidity('Please provide your first name.')" oninput="this.setCustomValidity('')"
            required="" maxlength="60">
        </div>
        <div class="nl-form-field col-half">
          <input class="nl-form-info-input" pattern="^[a-zA-Z ,.'-]+$" type="text" value="" name="last_name" placeholder="Last Name" oninvalid="this.setCustomValidity('Please provide your last name.')" oninput="this.setCustomValidity('')" required=""
            maxlength="60">
        </div>
      </div>
      <div class="nl-form-field-group">
        <div class="nl-form-field col-half">
          <input class="nl-form-info-input" pattern="[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-z]{2,}$" type="email" value="" name="email" placeholder="Email Address" oninvalid="this.setCustomValidity('Email must be valid: email@test.com')"
            oninput="this.setCustomValidity('')" required="" maxlength="100">
        </div>
        <div class="nl-form-field col-half">
          <input class="nl-form-info-input" pattern="\d{3}[\-]\d{3}[\-]\d{4}" type="tel" value="" name="phone" placeholder="Phone Number" oninvalid="this.setCustomValidity('Phone number must be valid 123-850-4431')"
            oninput="this.setCustomValidity('')" required="">
        </div>
      </div>
      <div class="nl-form-field-group">
        <div class="nl-form-field col-half">
          <input class="nl-form-info-input" type="text" value="" name="address" placeholder="Street Address" oninvalid="this.setCustomValidity('Please provide an address.')" oninput="this.setCustomValidity('')" required="" maxlength="60">
        </div>
        <div class="nl-form-field col-half">
          <input class="nl-form-info-input" type="text" pattern="^[a-zA-Z_., ]*$" value="" name="city" placeholder="City" oninvalid="this.setCustomValidity('Please provide your city.')" oninput="this.setCustomValidity('')" required="" maxlength="60">
        </div>
      </div>
      <div class="nl-form-field-group">
        <div class="nl-form-field col-half">
          <select class="us-state nl-form-info-input" name="state" id="state" required="">
            <option value="" disabled="" hidden="" selected="">Select State</option>
            <option value="AL">Alabama</option>
            <option value="AK">Alaska</option>
            <option value="AS">American Samoa</option>
            <option value="AZ">Arizona</option>
            <option value="AR">Arkansas</option>
            <option value="CA">California</option>
            <option value="CO">Colorado</option>
            <option value="CT">Connecticut</option>
            <option value="DE">Delaware</option>
            <option value="DC">District of Columbia</option>
            <option value="FL">Florida</option>
            <option value="GA">Georgia</option>
            <option value="GU">Guam</option>
            <option value="HI">Hawaii</option>
            <option value="ID">Idaho</option>
            <option value="IL">Illinois</option>
            <option value="IN">Indiana</option>
            <option value="IA">Iowa</option>
            <option value="KS">Kansas</option>
            <option value="KY">Kentucky</option>
            <option value="LA">Louisiana</option>
            <option value="ME">Maine</option>
            <option value="MD">Maryland</option>
            <option value="MA">Massachusetts</option>
            <option value="MI">Michigan</option>
            <option value="MN">Minnesota</option>
            <option value="MS">Mississippi</option>
            <option value="MO">Missouri</option>
            <option value="MT">Montana</option>
            <option value="NE">Nebraska</option>
            <option value="NV">Nevada</option>
            <option value="NH">New Hampshire</option>
            <option value="NJ">New Jersey</option>
            <option value="NM">New Mexico</option>
            <option value="NY">New York</option>
            <option value="NC">North Carolina</option>
            <option value="ND">North Dakota</option>
            <option value="MP">Northern Mariana Islands</option>
            <option value="OH">Ohio</option>
            <option value="OK">Oklahoma</option>
            <option value="OR">Oregon</option>
            <option value="PA">Pennsylvania</option>
            <option value="PR">Puerto Rico</option>
            <option value="RI">Rhode Island</option>
            <option value="SC">South Carolina</option>
            <option value="SD">South Dakota</option>
            <option value="TN">Tennessee</option>
            <option value="TX">Texas</option>
            <option value="UT">Utah</option>
            <option value="VT">Vermont</option>
            <option value="VA">Virginia</option>
            <option value="VI">Virgin Islands</option>
            <option value="WA">Washington</option>
            <option value="WV">West Virginia</option>
            <option value="WI">Wisconsin</option>
            <option value="WY">Wyoming</option>
          </select>
        </div>
        <div class="nl-form-field col-half">
          <input class="nl-form-info-input" type="text" pattern="^\d{5,5}$" value="" name="zip" placeholder="Zip" oninvalid="this.setCustomValidity('Please provide zipcode')" oninput="this.setCustomValidity('')" required="" maxlength="60">
        </div>
      </div>
      <!--nl-form-field-group-->
    </div>
    <div class="sms-confirm">
      <input class="nl-form-info-input" name="sms_inform_opt_in" type="checkbox" oninvalid="this.setCustomValidity('Required Selection')" oninput="this.setCustomValidity('')" required="">
      <span>By selecting this box, you consent to receiving promotion information from Southtowne Mitsubishi through written communications and/or by calling at the phone number provided. Consent is not a condition of purchase. A one-time SMS message
        with a link to your coupon will be provided to this number. Messaging and data rates may apply. See <a href="https://www.fullthrottle.ai/terms-of-use/sms/" target="_blank">SMS Terms &amp; Conditions</a> and
        <a href="https://www.fullthrottle.ai/privacy-policy/" target="_blank">Privacy Policy</a> for more info.</span>
    </div>
    <div class="message-wrapper"></div>
    <div class="nlpop-button">
      <input type="button" id="nlpop-user-info" class="nl-mitsu-google-analytics" value="GET YOUR CODE">
    </div>
  </div>
  <div class="nlpop-stage-container response">
    <div class="nlpop-stage-header">You can screenshot or print the code below</div>
    <div class="nlpop-stage-banner nlpop-stage-banner-info"> For your convenience, a copy of your code will also be sent to the email address you provided. </div>
    <div class="nlpop-stage-banner">
      <h2 class="nlpop-stage-banner-heading">Here's your code:</h2>
      <span id="redemption-code">Loading ...</span>
    </div>
    <div class="nlpop-stage-container-inner nlpop-redeem-info clearfix">
      <div class="nl-form-desc">
        <h3 class="nlpop-stage-heading">EASILY REDEEM YOUR CODE</h3>
      </div><!--nl-form-desc-->
      <div class="response-flex">
        <div class="nl-one-third">
          <div class="nl-one-third-inner">
            <img class="nl-print-icon" src="https://data.nitroleads.ai/images/printer.png" alt="Print Icon">
            <span>Keep your unique code safe with you.</span>
          </div>
        </div>
        <div class="nl-one-third">
          <div class="nl-one-third-inner">
            <img class="nl-clipboard-icon" src="https://data.nitroleads.ai/images/clipboard.png" alt="Clipboard Icon">
            <span>Visit by <span id="redemption-date"></span></span>
          </div>
        </div>
        <div class="nl-one-third">
          <div class="nl-one-third-inner">
            <img class="nl-person-icon" src="https://data.nitroleads.ai/images/icon-step3.png" alt="Person Icon">
            <span>Connect with a Representative.</span>
          </div>
        </div>
      </div>
    </div>
    <div class="nlpop-button">
      <a href="" id="nlpop-print-code" target="_blank">PRINT YOUR CODE</a>
    </div>
  </div>
</form>

Text Content

Skip to main content

SOUTHTOWNE MITSUBISHI

10736 S. STATE STREET Directions SANDY, UT 84070

 * Sales: (801) 572-3100
 * Service: 801-572-3150
 * Parts: 801-251-0035

 * New
   
   * NEW MITSUBISHI INVENTORY
     
     * 2024 Mitsubishi Outlander Sport
     * 2024 Mitsubishi Outlander
     * 2024 Outlander Plug-in Hybrid
     * 2024 Outlander SUV
     * 2024 Eclipse Cross
     * 2024 Mitsubishi Mirage
     * 2024 Mitsubishi Mirage G4
     * 2024 Outlander Plug-In Hybrid
     * Mitsubishi Motors Confidence
     * Browse New Inventory
     * Model Comparisons
     * Incentives from Mitsubishi
     * New Car Lease Deals
     * Finance Application
     * Trade In Your Car
     * Ultimate Mitsubishi Guide
   
   * SHOP BY MODEL
     
     * 
 * Used
   
   * PREOWNED VEHICLES
     
     * Pre-Owned Inventory
     * Vehicles < $15k
     * Vehicles Under $299 p/mo
     * Trade In Your Car
     * We'll Sell Your Car 👍🏼
     * Why Buy at Southtowne?
     * Finance Application
     * Mitsubishi Certified Pre-Owned
     * Mitsubishi Certified Pre-Owned Program
     * CarFinder Service
     * Visit Axio Auto
   
   * NEW ARRIVALS
     
     * 
 * Models & Comparisons
   
   * NEW MITSUBISHI MODELS
     
     * 2022 Mitsubishi Outlander
     * 2022 Mitsubishi Eclipse Cross
     * 2022 Mitsubishi Outlander PHEV
     * 2022 Mitsubishi Outlander Sport
     * 2022 Mirage vs Mirage G4
     * 2023 Eclipse Cross
     * Top 3 Affordable Mitsubishis
     * Outlander vs Outlander Sport
   
   * COMPARE MITSUBISHI OUTLANDER
     
     * Outlander vs. Kia Sorento
     * Outlander vs. Nissan Rogue
     * Outlander vs. Hyundai Santa Fe
     * Outlander vs. Honda CR-V
     
     COMPARE MITSUBISHI ECLIPSE CROSS
     
     * Eclipse Cross vs. Ford Escape
     * Eclipse Cross vs. Hyundai Tucson
     * Eclipse Cross vs. Jeep Compass
     * Eclipse Cross vs. Subaru Outback
   
   * COMPARE MITSUBISHI OUTLANDER SPORT
     
     * Outlander Sport vs. Toyota RAV4
     * Outlander Sport vs. Ford Escape
     * Outlander Sport vs. Kia Sportage
     * Outlander Sport vs. Mazda CX-5
 * Service & Parts
   
   * SERVICE
     
     * Schedule Service 📅
     * Mitsubishi Service
     * Mitsubishi Roadside Assistance
     * Service Specials
     * Service Now, Pay Later
   
   * PARTS
     
     * Order Parts and Accessories
     * Tire Center
     * Buy Parts Now, Pay Later
   
   * SERVICE AND PARTS HOURS
     
     * 
 * Get Approved
   
   * FINANCE TOOLS
     
     * Finance Application
     * What's My Buying Power
     * Get Pre-Qualified | No Impact to Credit Score
     * Instant Soft Credit Check
     * Shop By Payment
   
   * TRADE TOOLS
     
     * Trade In Your Car
 * Specialty Vehicles
   
   * FEATURED INVENTORY
     
     * 
 * Specials
   
   * SPECIALS
     
     * Customer Loyalty Program
     * Referral Program
     * Mitsubishi VIP Program
     * Vehicles < $15k
     * Southtowne Imports Specialty Vehicles
     * Service Specials
     * Summer Service Coupons 🔥
   
   * MITSUBISHI PROMOS
     
     * 
 * About
   
   * OUR DEALERSHIP
     
     * About Us
     * Directions
     * Contact Us
     * Meet The Staff
     * Reviews
     * We'll Sell Your Car 🚀
   
   * SHOWROOM HOURS
     
     * 
   
   * CONTACT US
     
     * 
 * 



Announcing Axio Auto - Get 0% APR on a new SUV Click here to get your car's
trade-in value now. — Best of State Winner, 2024 — Best of SLC Winner, 2023 — JD
Power Winner, Customer Satisfaction 2023 — 4.6 Stars from 2,000+ Google
Reviews — We want your car! Find out what your car is worth right now >>  


NEW SUVS FOR SALE NEAR ME

Shop New Mitsubishi SUV's in Utah at UtahMitsubishi.com


 * 71 Vehicles71 Vehicles
 * 
 * 

Filter / Sort
Sort bySort byYear: Old to NewYear: New To OldBodystyle: A to ZBodystyle: Z to
AColor: A to ZColor: Z to AMileage: Low to HighMileage: High to LowPrice: Low to
HighPrice: High to Low
Model
 * Eclipse Cross12
 * Mirage G46
 * Outlander19
 * Outlander PHEV28
 * Outlander Sport6

Trim

Body Style
 * Sedan6
 * SUV65

Price
Min
Max
71 Matches


Exterior Color
 * Black13
 * Blue7
 * Gray15
 * Red3
 * Silver5
 * White18
 * Other10

Interior Color

Interior Material

Transmission

Drive Line

Fuel Type
About EV Types (Electric & Hybrids)
Features

 * Previous Photo
   
   Next Photo
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
   
   
   2024 MITSUBISHI OUTLANDER PHEV SE
   
   Plug-In Hybrid
    * Pricing
    * Info
   
   MSRP$47,920Customer Cash-$2,000Your Price$45,920$2,000 on select Mitsubishi
   modelsDetails-$2,000Final Price$43,920
   
    * 2.4L I-4 cyl Engine
    * 1-Speed Automatic
    * Red Diamond Exterior
    * Black Interior
    * Stock #: 11211
   
   
   
   
   Send me a text message
   
   --------------------------------------------------------------------------------
   
   Compare
   Track PriceSaveDetails
 * Previous Photo
   
   Next Photo
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
   
   
   2024 MITSUBISHI ECLIPSE CROSS
   
    * Pricing
    * Info
   
   MSRP$32,995Customer Cash-$2,000Your Price$30,995$1,750 on select Mitsubishi
   modelsDetails-$1,750Final Price$29,245
   
    * 1.5L I-4 cyl Engine
    * CVT
    * 25/26 mpg City/Hwy
    * Gray Exterior
    * Black Interior
    * Stock #: 11219
   
   
   
   
   Send me a text message
   
   --------------------------------------------------------------------------------
   
   Compare
   Track PriceSaveDetails
 * Previous Photo
   
   Next Photo
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
   
   
   2024 MITSUBISHI OUTLANDER SPORT 2.0 LE
   
    * Pricing
    * Info
   
   MSRP$28,455Customer Cash-$2,000Your Price$26,455Trade-In Assistance
   RebateDetails-$500Final Price$25,955
   
    * 2.0L I-4 cyl Engine
    * CVT
    * 23/29 mpg City/Hwy
    * Mercury Gray Exterior
    * Black Interior
    * Stock #: 11225
   
   
   
   
   Send me a text message
   
   --------------------------------------------------------------------------------
   
   Compare
   Track PriceSaveDetails
 * 
 * Previous Photo
   
   Next Photo
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
   
   
   2024 MITSUBISHI OUTLANDER SPORT 2.0 SE
   
    * Pricing
    * Info
   
   MSRP$30,125Customer Cash-$2,000Your Price$28,125Trade-In Assistance
   RebateDetails-$500Final Price$27,625
   
    * 2.0L I-4 cyl Engine
    * CVT
    * 23/29 mpg City/Hwy
    * Alloy Silver Exterior
    * Black Interior
    * Stock #: 11227
   
   
   
   
   Send me a text message
   
   --------------------------------------------------------------------------------
   
   Compare
   Track PriceSaveDetails
 * Previous Photo
   
   Next Photo
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
   
   
   2024 MITSUBISHI OUTLANDER PHEV SEL
   
   Plug-In Hybrid
    * Pricing
    * Info
   
   MSRP$48,870Customer Cash-$2,000Your Price$46,870$2,000 on select Mitsubishi
   modelsDetails-$2,000Final Price$44,870
   
    * 2.4L I-4 cyl Engine
    * 1-Speed Automatic
    * Cosmic Blue Exterior
    * Black Leather Interior
    * Stock #: 11234
   
   
   
   
   Send me a text message
   
   --------------------------------------------------------------------------------
   
   Compare
   Track PriceSaveDetails
 * Previous Photo
   
   Next Photo
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
   
   
   2024 MITSUBISHI OUTLANDER PHEV SE
   
   Plug-In Hybrid
    * Pricing
    * Info
   
   MSRP$47,200Customer Cash-$2,000Your Price$45,200$2,000 on select Mitsubishi
   modelsDetails-$2,000Final Price$43,200
   
    * 2.4L I-4 cyl Engine
    * 1-Speed Automatic
    * Alloy Silver Exterior
    * Black Interior
    * Stock #: 11260
   
   
   
   
   Send me a text message
   
   --------------------------------------------------------------------------------
   
   Compare
   Track PriceSaveDetails
 * 


 * 2024 MITSUBISHI OUTLANDER PHEV SEL
   
   
   
   --------------------------------------------------------------------------------
   
   


 * 2024 MITSUBISHI OUTLANDER PHEV ES
   
   
   
   --------------------------------------------------------------------------------
   
   


 * 2024 MITSUBISHI OUTLANDER PHEV SE
   
   
   
   --------------------------------------------------------------------------------
   
   


 * 2024 MITSUBISHI OUTLANDER PHEV SE
   
   
   
   --------------------------------------------------------------------------------
   
   


 * 2024 MITSUBISHI OUTLANDER PHEV SEL
   
   
   
   --------------------------------------------------------------------------------
   
   


 * 2024 MITSUBISHI OUTLANDER PHEV SEL
   
   
   
   --------------------------------------------------------------------------------
   
   
 * 


 * 2024 MITSUBISHI OUTLANDER PHEV SEL
   
   
   
   --------------------------------------------------------------------------------
   
   


 * 2024 MITSUBISHI OUTLANDER
   
   
   
   --------------------------------------------------------------------------------
   
   


 * 2024 MITSUBISHI OUTLANDER SEL
   
   
   
   --------------------------------------------------------------------------------
   
   


 * 2024 MITSUBISHI OUTLANDER PHEV SEL
   
   
   
   --------------------------------------------------------------------------------
   
   


 * 2024 MITSUBISHI OUTLANDER
   
   
   
   --------------------------------------------------------------------------------
   
   


 * 2024 MITSUBISHI OUTLANDER SPORT
   
   
   
   --------------------------------------------------------------------------------
   
   
 * 
 * 

 * 1
 * 2
 * 3
 * 4
 * 


EXPLORE THE NEWEST MITSUBISHI MODELS WITH OUR INVENTORY IN SANDY, UT

At our dealership in Sandy, UT, we believe that the right vehicle should provide
you attractive style, excellent performance, and a reasonable price. Because of
that, we proudly carry a wide assortment of new Mitsubishi vehicles. You could
shop with any dealer in the area, but we hope you choose us to experience
unparalleled quality, sales, and service. Please browse our online inventory or
come by Southtowne Mitsubishi to find your next vehicle. Our courteous staff is
ready to address any questions or concerns Salt Lake City and South Jordan, UT
customers may have about our vehicles, as well as leasing options, financing,
incentives, and more.

 


SCHEDULE YOUR TEST DRIVE TO SEE WHICH MITSUBISHI MODEL IS RIGHT FOR YOU

You will never have to settle for less when you rely on us to provide you with
your next vehicle. We will do whatever it takes to assist you in finding your
ideal model from our amazing inventory of new Mitsubishi vehicles. When you are
ready, we can test-drive an Outlander, Eclipse Cross, or Outlander Sport so you
can see the exceptional capabilities of each model. Every Mitsubishi model is
available with a long list of cutting-edge safety and convenience features to
enhance your daily commute from West Valley City, UT to Murray, UT. Get started
today with funding the one that best fits your household.

Once you have found your perfect match, our finance team will assist work hard
to get you the loan or lease arrangement that fits your budget. You will be
happy with your vehicle and with the payment structure we set up for each month.


VISIT SOUTHTOWNE MITSUBISHI TODAY!

To get more information, you can contact us through our website, or you can stop
by Southtowne Mitsubishi in Sandy, UT, where our staff is ready to help. We hope
to spend time with you soon. If you're in Provo, UT or Lehi, UT, contact us to
learn about our used inventory and finance offers as well.

Want to be the first to know about Specials and Events at Southtowne Mitsubishi?
Text Southtowne to 801-618-1899 to sign up today!





SOUTHTOWNE SALES HOURS

 * Monday - Friday 9:00AM-9:00PM
 * Saturday 9:00AM-8:00PM

See All Department Hours
   
 * Contact
 * Directions
 * About
 * Privacy
 * Sitemap
 * www.mitsubishicars.com

Website by Dealer.com AdChoices






X Snag $50 Gift Card with a Test Drive!

X


CHOOSE CARD


SELECT VEHICLE


CONFIRM INFO


FIRST, SELECT YOUR REWARD

Amazon.com Gift Card
Target eGiftCard
MasterCard Prepaid Card USD

New
2024
Mitsubishi
ModelOutlander PHEVOutlander SE




VERIFY YOUR DETAILS




Select State Alabama Alaska American Samoa Arizona Arkansas California Colorado
Connecticut Delaware District of Columbia Florida Georgia Guam Hawaii Idaho
Illinois Indiana Iowa Kansas Kentucky Louisiana Maine Maryland Massachusetts
Michigan Minnesota Mississippi Missouri Montana Nebraska Nevada New Hampshire
New Jersey New Mexico New York North Carolina North Dakota Northern Mariana
Islands Ohio Oklahoma Oregon Pennsylvania Puerto Rico Rhode Island South
Carolina South Dakota Tennessee Texas Utah Vermont Virginia Virgin Islands
Washington West Virginia Wisconsin Wyoming

By selecting this box, you consent to receiving promotion information from
Southtowne Mitsubishi through written communications and/or by calling at the
phone number provided. Consent is not a condition of purchase. A one-time SMS
message with a link to your coupon will be provided to this number. Messaging
and data rates may apply. See SMS Terms & Conditions and Privacy Policy for more
info.


You can screenshot or print the code below
For your convenience, a copy of your code will also be sent to the email address
you provided.


HERE'S YOUR CODE:

Loading ...


EASILY REDEEM YOUR CODE

Keep your unique code safe with you.
Visit by
Connect with a Representative.
PRINT YOUR CODE

 * Privacy Policy
 * Terms & Conditions
 * SMS Terms & Conditions
 * Brand Disclaimers

Hoursclose


DEALERSHIP HOURS

 * Monday 9:00AM-9:00PM
 * Tuesday 9:00AM-9:00PM
 * Wednesday 9:00AM-9:00PM
 * Thursday 9:00AM-9:00PM
 * Friday 9:00AM-9:00PM
 * Saturday 9:00AM-8:00PM


PARTS DEPT. HOURS

 * Monday 8:00AM-5:30PM
 * Tuesday 8:00AM-5:30PM
 * Wednesday 8:00AM-5:30PM
 * Thursday 8:00AM-5:30PM
 * Friday 8:00AM-5:30PM
 * Saturday Closed


SERVICE DEPT. HOURS

 * Monday 8:00AM-5:30PM
 * Tuesday 8:00AM-5:30PM
 * Wednesday 8:00AM-5:30PM
 * Thursday 8:00AM-5:30PM
 * Friday 8:00AM-5:30PM
 * Saturday Closed









1
Hi! 👋 Do you have any questions?

/>