Smartmove Worker

Your Trusted Willoughby Removalists for Stress-Free Moves

Willoughby is one of the most desired family suburbs in Northern Sydney. Renowned for its classic architecture and tree-lined streets, Willoughby offers residents and visitors a lively community lifestyle with bustling restaurants, cafes, fashion boutiques and sports parks.

Willoughby’s schools have a reputation for excellence in academic ratings which attract students from all over Sydney. Express transport options afford Willoughby the luxury of easy access to Sydney’s CBD, Northern Beaches, and the excellent shopping in nearby Chatswood.

When you need Willoughby removalists, look no further than Smartmove! Contact us or get a Quick Quote for removals or storage on our website in moments.

Smartmove Worker

Smartmove the smart Willoughby removalist choice

Our team has nearly twenty years’ experience as Willoughby removalists, moving people in and out of homes in the area. We truly understand the importance and value of your household and take care to handle your belongings as if they were our own.

Take the stress and time out of your next move with Smartmove's end-to-end removalist services and storage solutions. We're ready to manage all your packing, moving and unpacking. If you prefer to self-pack, we're here to deliver quality packing materials, do the pick-up, move boxes between houses and deliver.

With Smartmove as your Willoughby removalists, the choice of how much or how little you do during your next move is yours.

Ready to learn more? Explore our fully customisable removalist and storage services, designed to let you create the move that best fits your budget and timeframe.

Why people choose Smartmove

Read genuine customer feedback

Customer testimonial Customer voice

“… professional, reliable removalist in North Willoughby”

“Wow! What service from Smartmove! They were recently our removalist in North Willoughby. We wanted to pack and unpack ourselves and Smartmove made it so easy. They dropped boxes to our old address, did a fast move on the day, and removed our rubbish after. We looked hard for the right removalist and are relieved we chose Smartmove. The team are professional, reliable removalists in North Willoughby.”

– Albert Von Stein

Browse more customer experiences with our team and services.

Smartmove team assisting a Willoughby move

Trusted reputation How Smartmove adds value when you need storage or removalists in Willoughby

With many years of experience as removalists in Willoughby, our team goes beyond basic “lifting and shifting” to keep your move low-stress. We add value to every relocation with:

Trusted, hard-working removalists in Willoughby

Please don’t hesitate to get in touch when you need trustworthy, hard-working removalists in Willoughby. If you need more information on what we do, check out our customisable removalist and storage services.

Looking for a removal company to help you in Willoughby?

If you’re ready to explore costs, get a Quick Quote or calculate your storage needs on our website in minutes. With a strong reputation as respected removalists in Willoughby, we can’t wait to hear from you!

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; } }); }); } });