Jun
11

Stuck between a rock and a hard place when selling a tenanted property?

Author admin    Category Uncategorized     Tags

Property118

Stuck between a rock and a hard place when selling a tenanted property?

Since Section 21 was abolished on 1 May 2026, there have been huge increases in the number of landlords searching for information about evicting tenants using Section 8.

Many have convinced themselves they only have two options: keep the property and hope things improve, or evict the tenant before trying to sell, but the problem is that neither option is necessarily as straightforward as it first appears.

The “I’ll just wait until the tenant leaves” strategy can be risky

A surprising number of landlords are effectively doing nothing, they’re concerned about compliance and worried about the future, but reluctant to sell because they assume nobody will buy a tenanted property, so instead they decide to wait, hoping the tenant will leave voluntarily, the market will improve, or the government will change course.

Many do not seem to realise that a landlord who intends to sell “eventually” still needs to remain fully compliant in the meantime.

Sitting tight may feel like a safe option, but in today’s environment, it can be anything but. Tenants are being encouraged to scrutinise their landlords more closely than ever, councils are inviting reports of potential breaches, and a property that appears manageable today can quickly become a source of complaints, enforcement action or compensation claims tomorrow.

Eviction is too slow and a minefield of compliance issues

Section 8 can be a lengthy process, and for many landlords, it is less an exit strategy and more a compliance obstacle course. One mistake with the notice, supporting evidence or court process can derail a possession claim, while landlords who push too hard risk complaints about harassment or improper conduct.

Even if everything goes to plan, regaining possession can take many months and, in some cases, well over a year, which is hardly ideal for landlords trying to reduce risk in an increasingly hostile regulatory environment.

Also, serving a possession notice doesn’t remove a landlord’s ongoing obligations, so if a tenant raises genuine concerns about property condition, safety issues or compliance breaches, those issues may still need to be addressed.

The win, win, win solution – An agreed solution or voluntary surrender

Many landlords facing issues such as missing paperwork, below-market rents, licensing complications or other compliance concerns convince themselves they have no option but to wait for their tenants to leave because they fear any attempt to regain possession could become a lengthy and uncertain legal process. At Landlord Sales Agency, rather than trying to navigate around these problems, we tackle them head on.

One landlord came to us recently with a tenant whose rent had not been increased for years and was significantly below market value. The landlord had had enough of the PRS and wanted out, they didn’t want to raise the rent, or wait for the tenant to leave or to evict the tenant. In short, they wanted to leave but they thought every option presented its own set of problems – they were stuck between a rock and a hard place.

We found a cash buyer looking for turnkey investments from our database of 30,000   investors, owner occupiers and new landlords then got to work making sure the deal worked for everyone.

Unlike any other company selling tenanted properties, we speak to tenants and quickly established they were willing to pay more rent to stay in situ. We mediated negotiations between the tenant and incoming buyer to establish a new rent that everyone would be comfortable with from the start of the new landlord’s ownership.

Crucially, that was only possible because all parties trusted us as an impartial broker. They understood that our role was not to take sides or pursue our own agenda, but simply to find a practical solution that honestly worked for everyone involved.

The tenant kept their home, the buyer acquired a viable investment at a sensible yield, and the seller achieved the clean exit they wanted. A genuine win-win-win for all concerned.

But it didn’t stop there, the buyer wanted to complete in 28 days once their offer was accepted. Landlord sales Agency chased solicitors, answered their queries and solved any issue anyone threw their way to make it happen, just as requested.

We know that sellers don’t complete transactions, buyers do. That’s why we put so much emphasis on looking after buyers throughout the process, helping them solve problems, stay engaged and reach completion, because when buyers are happy, our sellers are far more likely to achieve the outcome they want.

Stuck between a rock and a hard place? Landlord Sales Agency helps landlords take back control

The abolition of Section 21 has undoubtedly changed the landscape, and for some landlords, eviction will still be the correct route – but for many others, it may simply be the most expensive, stressful and time-consuming route.

David Coughlin, CEO Landlord Sales Agency says, “The Renters’ Rights Act has changed the process, but it hasn’t stopped us selling properties. Most successful sales come down to finding practical solutions that work for the buyer, seller and tenant. Every tenanted property we have sold since May 1st has either been sold with the tenant remaining in situ, or the tenant has left after voluntarily agreeing a Deed of Surrender.”

If you’re holding onto a property because you think tenants, licensing issues, compliance concerns or below-market rents make it impossible to sell, don’t make the mistake of assuming eviction is your only option.

Every week we help landlords solve problems that other agents won’t even touch, finding practical solutions that work for sellers, buyers and tenants alike.

Before you spend months navigating Section 8, court delays and ongoing compliance risks, speak to Landlord Sales Agency and discover what your options really are. You may be far closer to taking back control than you think.

Contact us today using the form below for a free, no obligation chat to find out what we can do for you.

(function(){var el=document.getElementById(“ts-607776b5-3f7b-431c-b5cc-fc304603fee3″);if(!el)return;var b=document.body,h=document.documentElement;var dark=b.classList.contains(“dark-mode”)||b.classList.contains(“dark”)||b.classList.contains(“night-mode”)||h.classList.contains(“dark”);if(!dark){var bg=window.getComputedStyle(b).backgroundColor,m=bg.match(/d+/g);if(m)dark=(m[0]*0.299+m[1]*0.587+m[2]*0.114)<128;}el.setAttribute("data-theme",dark?"dark":"light");})();

(function(){
var uid = “crm-form-ba09a29b”;
var form = document.getElementById(uid + ‘-form’);
var wrap = document.getElementById(uid);
var msg = wrap.querySelector(‘.crm-message’);
var totalPages = 1;
var curPage = 0;

// ── Conditional logic ────────────────────────────────────────────────
var condMap = {};

function getFieldValue(fieldId) {
var els = form.querySelectorAll(‘[name=”‘ + fieldId + ‘”], [name=”‘ + fieldId + ‘[]”]’);
if (!els.length) return ”;
var first = els[0];
if (first.type === ‘checkbox’ || first.type === ‘radio’) {
var checked = [];
els.forEach(function(el){ if (el.checked) checked.push(el.value); });
return checked.join(‘,’);
}
return first.value;
}

function evalRule(rule) {
var val = getFieldValue(rule.fieldId);
var cmp = rule.value;
switch (rule.operator) {
case ‘is': return val === cmp;
case ‘isnot': return val !== cmp;
case ‘greaterthan': return parseFloat(val) > parseFloat(cmp);
case ‘lessthan': return parseFloat(val) < parseFloat(cmp);
case 'contains': return val.indexOf(cmp) !== -1;
case 'startswith': return val.indexOf(cmp) === 0;
case 'endswith': return val.slice(-cmp.length) === cmp;
default: return false; // fail closed — mirror the CRM shared matcher
}
}

function applyConditionals() {
Object.keys(condMap).forEach(function(fieldId) {
var cond = condMap[fieldId];
var rules = cond.rules || [];
var match = cond.logicType === 'any'
? rules.some(evalRule)
: rules.every(evalRule);
var show = cond.actionType === 'show' ? match : !match;
var wrapper = form.querySelector('[data-field-id="' + fieldId + '"]');
if (!wrapper) {
var el = form.querySelector('[name="' + fieldId + '"], [name="' + fieldId + '[]"]');
if (el) wrapper = el.closest('.crm-field, .crm-half');
}
if (wrapper) wrapper.style.display = show ? '' : 'none';
});
}

form.addEventListener('change', applyConditionals);
form.addEventListener('input', applyConditionals);
applyConditionals();

// ── Multi-page navigation ────────────────────────────────────────────

// ── Submit ────────────────────────────────────────────────────────────
var submitBtn = form.querySelector('button[type=submit]');
var btnText = submitBtn ? submitBtn.textContent : 'Submit';

var crmApiUrl = "https://p118-crm-api.accent.sh";

function collectFormData() {
var data = {};
for (var j = 0; j < form.elements.length; j++) {
var el = form.elements[j];
if (!el.name) continue;
if (el.type === 'file') continue; // handled by uploadFiles()
if (el.type === 'radio' && !el.checked) continue;
if (el.type === 'checkbox') {
if (!el.checked) continue;
var k = el.name.replace('[]','');
data[k] = data[k] ? data[k].concat([el.value]) : [el.value];
} else {
data[el.name] = el.value;
}
}
// GF auto-substituted {user_agent} / {referer} on hidden fields
// at render time. We do the equivalent right before submit so
// fields whose default value carries these placeholders
// resolve to the browser's actual values rather than being
// stored as literal "{user_agent}" / "{referer}" strings.
// The last ARTICLE the visitor read (set client-side on post views by
// P118_Article_Views). Used to attribute the enquiry to the article
// even after navigating away or with a stripped/absent referer.
var lastPost = '';
try {
var lpm = document.cookie.match(/(?:^|;s*)p118_last_post=([^;]+)/);
if (lpm) lastPost = decodeURIComponent(lpm[1]);
} catch (e) {}
var subs = {
'{user_agent}': navigator.userAgent || '',
// Prefer the last article read; fall back to the (lossy) HTTP referer.
'{referer}': lastPost || document.referrer || '',
'{last_post}': lastPost || '',
'{embed_url}': window.location.href || '',
};
for (var name in data) {
if (!data.hasOwnProperty(name)) continue;
var v = data[name];
if (typeof v !== 'string') continue;
for (var tag in subs) {
if (v.indexOf(tag) !== -1) v = v.split(tag).join(subs[tag]);
}
data[name] = v;
}
// Agent/BDM attribution — read LIVE so it works even on a fully cached
// page (the browser always sees the real URL + cookie). URL ?ataid=/?cid=
// first, then the 30-day agent_id/cid cookies set by atat-tracking.php.
var _qp = new URLSearchParams(window.location.search);
var _ataid = _qp.get('ataid') || (document.cookie.match(/(?:^|;s*)agent_id=([^;]+)/) || [])[1] || '';
var _cid = _qp.get('cid') || (document.cookie.match(/(?:^|;s*)cid=([^;]+)/) || [])[1] || '';
if (_ataid) data.agent_id = decodeURIComponent(_ataid);
if (_cid) data.bdm_id = decodeURIComponent(_cid);
return data;
}

function uploadFiles(data) {
var fileInputs = form.querySelectorAll('input[type=file][data-crm-file-field]');
var uploads = [];
fileInputs.forEach(function(el) {
if (!el.files || !el.files[0]) return;
var fd = new FormData();
fd.append('file', el.files[0]);
var fieldName = el.name;
uploads.push(
fetch(crmApiUrl + '/public/forms/' + "08ceeaae-4809-444e-ba0f-88da5836c463" + '/upload', { method: 'POST', body: fd })
.then(function(r) {
if (!r.ok) throw new Error('File upload failed (' + r.status + ')');
return r.json();
})
.then(function(res) {
if (res.path) data[fieldName] = res.path;
else throw new Error(res.error || 'File upload failed');
})
);
});
return Promise.all(uploads).then(function() { return data; });
}

function submitFormData(data) {
var body = new FormData();
body.append('action', 'p118_crm_submit');
body.append('form_id', "08ceeaae-4809-444e-ba0f-88da5836c463");
body.append('data', JSON.stringify(data));
// Embed-page context for GF-style merge tags ({embed_url},
// {embed_post:post_title}, {embed_post:ID}). Captured PHP-side
// at render time, then echoed to JS so the submit fetch can
// forward to V2 as request headers.
body.append('embed_url', "");
body.append('embed_post_id', "0");
body.append('embed_post_title', "");

return fetch("https://www.property118.com/wp-admin/admin-ajax.php", { method: 'POST', body: body, credentials: 'same-origin' })
.then(function(r){ return r.json(); })
.then(function(res){
var p = res.data || res;
if (p && p.success) {
if (p.confirmationType === 'redirect' && p.confirmationRedirectUrl) {
window.location.href = p.confirmationRedirectUrl;
} else {
form.style.display = 'none';
msg.className = 'crm-message success';
msg.innerHTML = p.confirmationMessage || 'Thank you for your submission.';
msg.style.display = 'block';
}
} else {
throw new Error((p && p.error) || 'Submission failed.');
}
});
}

form.addEventListener('submit', function(e){
e.preventDefault();
var data = collectFormData();
if (submitBtn) { submitBtn.disabled = true; submitBtn.textContent = 'Processing…'; }
msg.style.display = 'none';

// Standard form (no payment)
uploadFiles(data)
.then(function(d) { return submitFormData(d); })
.catch(function(err){
if (submitBtn) { submitBtn.disabled = false; submitBtn.textContent = btnText; }
msg.className = 'crm-message error';
msg.textContent = err.message;
msg.style.display = 'block';
});
});
})();

The post Stuck between a rock and a hard place when selling a tenanted property? appeared first on Property118.

View Full Article: Stuck between a rock and a hard place when selling a tenanted property?

Post comment

Categories

Archives

Calendar

June 2026
M T W T F S S
« May    
1234567
891011121314
15161718192021
22232425262728
2930  

Recent Posts

Quick Search

RSS More from Letting Links

Facebook Fan Page