Home removals

Home Removals

Make moving day simple with a careful, uniformed team that treats your home like their own. We tailor the plan and packing to suit you so everything arrives safely.

Plan My Move
Commercial removals

Business Moves

Keep business moving while we relocate your office with a plan built around your workflow. After hours options and efficient crews minimise downtime so your team stays productive.

Commercial Quote
Storage services

Storage Services

Store a little or a lot with flexible options in a secure, monitored facility. Choose on site module loading or depot storage and pay only for the space you need.

See Storage Options
Professional packing

Packing Help

From eco friendly boxes to full pre pack and unpack services, we bring everything you need. Our experienced packers protect fragile items and set up the essentials at your new place.

Pack It For Me
Volume calculator

Volume Calculator

Quickly estimate the space your move requires for a truck or storage, then plan with confidence using our handy calculator.

Estimate My Volume
Insurance calculator

Insurance Calculator

Find the right removal cover for your belongings and enjoy peace of mind before moving day.

Protect My Move

Why people choose Smartmove

Read genuine customer feedback

Smartmove Worker

Everything for your move in one trusted team.

Aside from secure storage facilities and office relocation services, we also comprehensively cater for domestic removals which include:

  • Checkmark Provision of a suitable truck, two professional furniture removalists, and equipment to carry, protect and secure your belongings to the truck.
  • Checkmark If required, we can provide extra staff and tools to disassemble and reassemble your furniture if it can’t fit through the door!
  • Checkmark Disconnect your electrical and plumbing appliances and reconnect them at your new home – all at either an hourly rate or fixed rate.
  • Checkmark Efficient packing services to help you pack up your space, and even unpack for you at your new location!

With premier removalist services all across various Sydney locations, all you have to do is let us know how you’d like things done and we’ll work towards tailoring a solution to your needs. For more information on our entire range of services, please contact us or call us on 1300 MOVE US (1300 6683 87) today!

Professional Removal & Storage Services in Sydney NSW. For the best removalist service trust Smartmove!

If you’re planning to move across Sydney and require relocation services call the team at Smartmove. Our dedicated removalists have the experience required to ensure that a job is done right every time.

QUICK QUOTE tag) document.addEventListener('DOMContentLoaded', function() { // Get current page URL path let currentPath = window.location.pathname; // Normalize the path - remove trailing slash for comparison currentPath = currentPath.replace(/\/$/, '') || '/'; // Get all nav links const navLinks = document.querySelectorAll('.navbar-nav .nav-link'); navLinks.forEach(link => { let href = link.getAttribute('href'); if (!href) return; // Normalize href - remove trailing slash let normalizedHref = href.replace(/\/$/, '') || '/'; // Special case: if we're on root (/) and link is /home, mark as active if (currentPath === '/' && normalizedHref === '/home') { link.classList.add('active'); const navItem = link.closest('.nav-item'); if (navItem) { navItem.classList.add('active'); } return; } // Check if current path matches the link href exactly if (currentPath === normalizedHref) { link.classList.add('active'); const navItem = link.closest('.nav-item'); if (navItem) { navItem.classList.add('active'); } return; } // For dropdown parent items, check if current path starts with the href if (normalizedHref !== '/' && normalizedHref !== '/home' && currentPath.startsWith(normalizedHref)) { link.classList.add('active'); const navItem = link.closest('.nav-item'); if (navItem) { navItem.classList.add('active'); } } }); // Also check dropdown items const dropdownLinks = document.querySelectorAll('.dropdown-item'); dropdownLinks.forEach(link => { let href = link.getAttribute('href'); if (!href) return; // Normalize href let normalizedHref = href.replace(/\/$/, '') || '/'; if (currentPath === normalizedHref) { link.classList.add('active'); // Add active to parent dropdown nav-item const parentDropdown = link.closest('.nav-item.dropdown'); if (parentDropdown) { parentDropdown.classList.add('active'); const parentLink = parentDropdown.querySelector('.nav-link.dropdown-toggle'); if (parentLink) { parentLink.classList.add('active'); } } } }); // Also check mega menu links const megaLinks = document.querySelectorAll('.mega-tile'); megaLinks.forEach(link => { let href = link.getAttribute('href'); if (!href) return; let normalizedHref = href.replace(/\/$/, '') || '/'; if (currentPath === normalizedHref || currentPath.startsWith(normalizedHref + '/')) { link.classList.add('active'); // Add active to parent mega menu nav-item const parentMega = link.closest('.nav-item.mega-parent'); if (parentMega) { parentMega.classList.add('active'); const parentLink = parentMega.querySelector('.nav-link.dropdown-toggle'); if (parentLink) { parentLink.classList.add('active'); } } } }); });// JavaScript to make parent links clickable and use hover on desktop document.addEventListener("DOMContentLoaded", function () {// Desktop hover open if (window.innerWidth >= 992) { document.querySelectorAll('.nav-item.dropdown, .nav-item.mega-parent') .forEach(function (dropdown) {dropdown.addEventListener('mouseenter', function () { const menu = this.querySelector('.dropdown-menu'); if (menu) menu.classList.add('show'); });dropdown.addEventListener('mouseleave', function () { const menu = this.querySelector('.dropdown-menu'); if (menu) menu.classList.remove('show'); }); });// Prevent dropdown-toggle from blocking navigation document.querySelectorAll('.nav-link.dropdown-toggle') .forEach(function (toggle) { toggle.addEventListener('click', function (e) { // Allow navigation on desktop const href = this.getAttribute('href'); if (href && href !== '#' && href !== '') { window.location = href; } }); }); } });