2026 Kicks S

2026 Kicks S

The all-new 2026 Nissan Kicks S offers unbeatable value at just $179 bi-weekly.

Need extra traction for unpredictable weather?

Upgrade to All-Wheel Drive for only $10 more. Drive it home today with our exclusive same-day delivery.

Certain conditions apply. 

function colorChooserRedirect(colorCode) { const currentUrl = window.location; const currentUrlParams = new URLSearchParams(window.location.search); currentUrlParams.set('extColorCode', colorCode); window.location = currentUrl.origin + currentUrl.pathname + '?' + currentUrlParams.toString(); } document.addEventListener("DOMContentLoaded", () => { const chooserItem = document.querySelectorAll('[data-color-chooser-redirect="true"] [data-color-chooser-item]'); chooserItem.forEach(item => { item.addEventListener('click', e => { e.preventDefault(); colorChooserRedirect(item.dataset.colorChooserCode); }) }); });