Dependable removalist in Lane Cove

Call Now: 1300 762 786 / 1300 SMARTMOVE

Smartmove Worker

Smartmove: Professional Furniture Removalists in Lane Cove

Lane Cove nestles in abundant leafy parklands along the Lane Cove River. The area is popular with residents and visitors for its tranquil bushland, peaceful water views, excellent shopping, dining, and recreational facilities, and proximity to the Sydney CBD. Lane Cove is home to a wide range of property styles, from elegant Federation homes, California bungalows, modern architectural delights, and a mix of apartments.

Want a reliable removalist in Lane Cove?

Smartmove has worked as a removalist in Lane Cove for 18 years. Our friendly team has the experience, skill, tools, and equipment to handle removals of any size. Our removalist services are designed to be fully customisable, to fit any budget and timeframe.

Contact us to explore our end-to-end removals services, get a Quick Quote on our website or estimate your storage costs with our fast, easy, online storage calculator.

Why people choose Smartmove

Read genuine customer feedback

Customer testimonial Customer feedback

“… friendly, hard-working removalists in Lane Cove”

“Moving our family of four into a new house was always going to be stressful. The Smartmove team helped reduce our stress because they were on time, friendly, and worked hard until the last box was taped. They even moved the kids’ monkey bars from the backyard! Call Smartmove for a great Lane Cove removalist.”

– Andrea Lewis

Read more customer testimonials about our professional removalist services.

Trusted reputation The Smartmove difference: reliable removalists in Lane Cove

Having helped thousands of households relocate over the last 18 years, we know moving can be challenging. That’s why we hire friendly, skilled professionals who work quickly and carefully to keep your move smooth. As established Lane Cove removalists, we offer a full-service experience, including:

Why is Smartmove an exceptional furniture removalist in Lane Cove?

Our crew is skilled, honest professionals who treat your belongings like their own, and who are willing to take that extra step to make your moving day better in some way. Our team isn’t fazed by narrow doorways, steep stairs, slippery driveways, or oversized items. We come prepared to disassemble and reassemble self-made furniture, manage rubbish removal, and disconnect and reconnect white goods and other large electrical appliances. After your move, all Smartmove boxes that are in good condition will be collected from you free of charge and purchased back from you to help reduce the cost of your move. Ask us for our price list on boxes and details on our buyback program. The collection will be at a time that is convenient to you, and you’ll receive a credit a few days later.

Looking for a removal company to help you in Lane Cove?

For a tireless, dependable furniture removalist in Lane Cove contact us or get a Quick Quote.

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