Wednesday, June 25, 2025
31.9 C
Singapore

Netizens divided over ex-tenant having to pay for damage to property

Singapore — A former tenant says her ex-landlord wants her to pay for damage to the property.

She has posted her side of the story on Facebook and asked for advice from commenters since she was unsure how to handle the situation.

She says she and her husband vacated the rental unit in January since they were moving overseas. After they left, the landlord’s agent sent a list of “damages” and charges for each item damaged.

The landlord withheld a sum of money from the couple’s security deposit and refused to return the sum, the former tenant alleges. She also says that most of the damage was caused by wear and tear. After consulting a friend who worked in real estate and looking for information online, she says, she found that she should not be asked to pay if the landlord decides to repair or replace parts of the property.

When the couple tried to negotiate with the landlord and split the payment, the landlord was adamant that all payments should be made by the couple, who afterwards brought the case to the Small Claim Tribunals, which are part of the State Courts of Singapore.

See also  Govt seeks help to decide on the design of Founders' Memorial that will commemorate Lee Kuan Yew despite his aversion to monuments

Afterwards, they were unable to contact the landlord’s agent. The couple were only able to contact their landlord through his agent since they did not have the landlord’s contact information.

The couple will be going to court for their case hearing and will be represented by a friend.

Photo: Facebook Screengrab

The former tenant included a few photographs in her post. The photos showed the damage to the property and the amount that the landlord was charging for each damaged item.

Photo: Facebook Screengrab

A few netizens agreed that the damage was due to wear and tear.

Photo: Facebook Screengrab

A few others felt that the former tenant was careless in the maintenance of the unit. Some also felt that the landlord was being very lenient and charging quite a low price.

Photo: Facebook Screengrab

A few others thought that the landlord was entitled to ask the tenant to pay for the damage. However, they also said that the landlord was charging a high amount. /TISG

Photo: Facebook Screengrab

Hot this week

Investors gain access to Thai and HK giants as SGX expands SDR line-up

Singapore: Investors in Singapore now have even more options...

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });