Easy Auto

Frequently Asked Questions

  • We make car buying as easy and stress-free as possible.
  • Since opening our first store in Cleveland, TN in 1991, we’ve sold over 60,000 used cars to customers who have no credit or need a second chance
  • We understand that bad things happen to good people, so we make our financing decisions differently than banks and franchised car dealerships
  • We want to help people with bad credit, no credit, bankruptcies, and repossessions re-establish themselves.
  • Easy Auto has down payments starting as low as $99* (we also finance the taxes and fees, so your small down payment is all you pay)
  • We report to all three major credit bureaus, so a good payment history should improve your credit score
  • Take any vehicle for a test drive and have your mechanic check it out. We’ll even pay the checkout fee for you

The easiest way to get approved is to apply online and get Pre-Approved! If you are planning a trip to one of our locations, please bring the following:

  1. Copy of your valid driver’s license
  2. Recent (within 30 days) check stub or proof of income

Yes, we do! In many cases a small down payment or a paid for trade-in is all you need to get into your next used car.

If you own the vehicle (there is no lien on it), we will need:

  • The title (if anyone other than you is listed on the title, they will need to be present at the time of delivery with identification)
  • If you live in the state of Georgia, you must be listed as an owner on the front of the trade title.

If you owe or have a lien on your trade:

  • Documentation of the 10 day pay off or the phone number to the company to verify the payoff information
  • A copy of the registration

Our standard down payments are listed on our vehicle pages and our average down payment is around $579. Sometimes circumstances may dictate a larger down payment than is listed on the website, but as you can see from our average, our down payments are as low as anyone’s

Also, remember that Easy Auto finances your taxes and recording fees – so your small down payment is all you pay! Click here to Get Pre-Approved Now

Easy Auto offers interest rates from 2.9% – 26.9%, with approved credit. Your interest rate will be impacted by your credit score at the time of application, however, our rates are lower than many of our industry peers. Big auto lenders and new car dealerships typically charge anywhere from 3% to 29.9% depending on a consumer’s credit history, and their tolerance for risk. We are especially competitive on customers with no credit history or customers with an impaired credit score.

This is completely up to you, but it can be as little as 30 minutes.  You can start the purchase process by browsing our inventory and applying online right now.  A member of our team will reach out (during normal business hours) after receiving your application to discuss next steps.  If you choose, you can get fully approved before you visit one of our stores.  Doing so can have you in and out of our dealership in your new car within 30 minutes.  If you do not get pre-approved online, but bring your driver’s license and proof of income in and fill out your application completely and accurately, you could be in and out in around an hour.

New car manufactures do not authorize independent dealers to repair recalls, and sometimes recall parts are unavailable. Because of this, some of our vehicles may have unrepaired recalls on them. Before completing your purchase at Easy Auto, a salesperson will review your vehicles specific recall results from the National Highway Transportation Safety Administration (NHTSA) and make sure you know if there is an unrepaired recall.

  • Customers must provide state minimum limits for liability insurance at time of sale; and also provide proof of property insurance, with a deductible not exceeding $500. Not providing property insurance could result in creditor placed insurance (CPI). See store for details.

Your vehicle will be covered with our “Peace of Mind” Limited Warranty. This limited warranty includes most major systems and drive train components.

Covered Components:

  • Engine
  • Transmission
  • Drive Axle
  • Cooling System
  • Electrical System
  • Air Conditioning & Heating System
  • Fuel Delivery System

Non-covered items:

  • Regular maintenance and service
  • Tires
  • Wear and tear items
  • Accidental and Cosmetic damage
  • Replaceable parts (battery, starter, keyless entry, etc.)
  • Other items not listed above as covered

Millions of vehicles are totaled each year by collision, theft, and natural disasters. Unfortunately, many consumers are surprised to learn that their primary insurance company’s settlement can be thousands of dollars less than what they owe, plus they are still responsible for a deductible. Customers in this situation owe their finance company for the difference.  That difference is referred to as the GAP.  

The great news is you can protect yourself against a potential financial burden and safeguard your credit by purchasing the an Optional Gap Waiver. The benefits include:

Protects from unnecessary financial burden 

No up-front cost; the payments are built into your contract 

You will not be responsible for the standard deductible under your primary insurance policy 

  • Unlike many 3rd party GAP programs with strict loan to value parameters, the finance company will waive any remaining balance as soon as your primary insurance company communicates that your vehicle is a total loss. 

Customer Reviews

5-Star Highlights
.reviews-widget { max-width: 900px; margin: 0 auto; font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; } .reviews-header h3 { margin: 0 0 .25rem 0; font-size: 1.5rem; color: #003e7f; } .reviews-subtitle { color: #666; margin-bottom: 1rem; } .reviews-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 14px; } .review-card { border: 1px solid #003e7f; border-radius: 12px; padding: 14px; background: #fff; box-shadow: 0 1px 2px rgba(0,0,0,.04); } .review-stars { font-size: 0.95rem; line-height: 1; margin-bottom: 8px; color: #003e7f; } .review-stars .star { display: inline-block; } .review-text { margin: 8px 0 10px; font-size: 0.95rem; line-height: 1.45; color: #222; } .review-author { font-weight: 600; color: #003e7f; } .reviews-error { margin-top: 10px; color: #b00020; } .review-text { display: -webkit-box; -webkit-line-clamp: 8; -webkit-box-orient: vertical; overflow: hidden; } /* REVIEWS_GVIZ_EASYAUTO_FAQ — inline marker for WP Rocket exclusion */ (function() { // === CONFIG === const SHEET_ID = '1byrBLa2v0mcaw0ru1FV-GfaMWfgFPqZ_8s1sBukEg9I'; const SHEET_NAME = ''; // set to your tab name if not the first sheet const LIMIT = 6; // set to null to show all // Columns: C = Rating, D = Review Content, I = Proper Name, F = Updated // Sort newest first on the server (most reliable) const query = 'select C,D,I,F where C=5 order by F desc'; const tq = encodeURIComponent(query); const base = `https://docs.google.com/spreadsheets/d/${SHEET_ID}/gviz/tq?tqx=out:json&tq=${tq}`; const url = SHEET_NAME ? `${base}&sheet=${encodeURIComponent(SHEET_NAME)}` : base; const listEl = document.getElementById('reviews-list'); const errorEl = document.getElementById('reviews-error'); function stripJSONP(txt) { const start = txt.indexOf('{'); const end = txt.lastIndexOf('}'); if (start === -1 || end === -1) throw new Error('Unexpected response format from Google Sheets.'); return JSON.parse(txt.substring(start, end + 1)); } function starRow(rating) { const label = `Rated ${rating} out of 5`; return `
`; } function escapeHTML(s) { return String(s ?? '').replace(/[&"']/g, m => ({'&':'&','':'>','"':'"',"'":'''}[m])); } // Robust parser so client-side sort also works if needed function parseUpdatedCell(cell) { if (!cell) return null; const v = cell.v, f = cell.f; if (typeof v === 'string') { const m = v.match(/^Date\((\d+),(\d+),(\d+)(?:,(\d+),(\d+),(\d+))?\)$/); if (m) { const [, Y, M, D, h='0', mi='0', s='0'] = m; return new Date(+Y, +M, +D, +h, +mi, +s); } const iso = Date.parse(v); if (!Number.isNaN(iso)) return new Date(iso); } if (typeof v === 'number') { const ms = Math.round((v - 25569) * 86400 * 1000); const d = new Date(ms); if (!Number.isNaN(d.getTime())) return d; } if (typeof f === 'string') { const iso = Date.parse(f); if (!Number.isNaN(iso)) return new Date(iso); const m = f.match(/^(\d{1,2})\/(\d{1,2})\/(\d{2,4})(?:\s+(\d{1,2}):(\d{2})(?:\s*([AP]M))?)?$/i); if (m) { let [ , mm, dd, yyyy, hh='0', min='0', ampm ] = m; yyyy = +yyyy < 100 ? 2000 + (+yyyy) : +yyyy; let H = +hh; if (ampm) { const up = ampm.toUpperCase(); if (up === 'PM' && H < 12) H += 12; if (up === 'AM' && H === 12) H = 0; } return new Date(yyyy, +mm - 1, +dd, H, +min, 0); } } return null; } function render(reviews) { if (!reviews.length) { listEl.innerHTML = '
No 5-star reviews found.
'; return; } const html = reviews.map(r => { const rating = r.rating ?? 5; const text = escapeHTML(r.text); const name = escapeHTML(r.name || 'Verified Reviewer'); return `
${starRow(rating)}
${text}
${name}
`; }).join(''); listEl.innerHTML = html; } function toRows(resp) { const rows = (resp.table && resp.table.rows) ? resp.table.rows : []; const out = []; for (const row of rows) { const c = row.c || []; const rating = c[0]?.v ?? null; // C const text = c[1]?.v ?? ''; // D const name = c[2]?.v ?? ''; // I const updated = parseUpdatedCell(c[3]); // F if (Number(rating) === 5 && text) { out.push({ rating: 5, text, name, updated }); } } // Safety net: newest first out.sort((a, b) => (b.updated?.getTime?.() || 0) - (a.updated?.getTime?.() || 0)); return (typeof LIMIT === 'number' && LIMIT > 0) ? out.slice(0, LIMIT) : out; } async function run() { try { const res = await fetch(url, { cache: 'no-store' }); if (!res.ok) throw new Error(`HTTP ${res.status}`); const txt = await res.text(); const json = stripJSONP(txt); const rows = toRows(json); render(rows); } catch (err) { console.error(err); errorEl.style.display = 'block'; errorEl.textContent = 'Sorry—there was a problem loading reviews. Please try again later.'; } } // Make sure it executes after the DOM is ready (safe with WP Rocket) if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', run, { once: true }); } else { run(); } })();
Home of The Small Down Payment
COPYRIGHT © EASY AUTO. ALL RIGHTS RESERVED.