Subletting your rental, co-op or condo sounds like a great idea, but when the opportunity knocks, or you decide you could really use the money, chances are you’ll wish you had gotten your ducks in a row months earlier. There are concrete steps to take if you want to do it legally, and I can’t advise that you to do it any other way. Sure, sometimes it seems that in the city everyone is subletting under the table, but as in most things, the price of getting caught makes it not worth the attempt.
There’s a timeline to follow depending on your situation:
- Check the policy of the landlord, management or co-op board before you move in to a place.
- If you’re a renter in a co-op building, seek clearance six months in advance.
- If you’re a shareholder in a co-op, three months in advance
- If you’re renting in a condo building, two months in advance
- If you’re a condo owner or renting in an all-rental building, one month in advance
If you want to have subletting as an option, your homework starts before you even sign a lease or a contract. You may have never thought about subletting, but it is something to take into account when you’re glossing over the fine print. This goes double if you lead a seasonal life, for example, if you are a teacher or otherwise anticipate a regular vacation slot. Is there a written policy on subletting listed in the agreement? Once you’ve signed off on something, there are usually no backsies.
The lead times listed above might be overkill, but then again, they might not be. Think about it. You owe for your rent or maintenance no matter what, so the powers that be have no incentive to expedite your request for permission to sublet. If you happen to be a renter in a co-op building, you are the lowest one on the totem pole. The co-op board may only meet once a month and might have too much on their plate when they do meet to consider your request. The building management might also have to give approval; it’s up to you to find out.

Photo Credit to Flickr User Sarah_Ackerman
A co-op is going to want to have a say over exactly who they want to allow in their building. Think about how much lead time it could take to go through individual rental applications. Most sublet-seekers aren’t planning that far in advance. Best to get squared away on the building’s policies and what kind of renter would be acceptable. Then you might be able to cut down on the lead time. Of course, if yours is a brownstone co-op and the “board” is just one person, this process might just go a lot faster.
In theory, you will get greater consideration if you are one of the shareholders in a co-op, but similar potential for delay exists unless you are one of the people on the board deciding what business gets taken up at the meetings. Even then, you might be left out of the decision process because of a perceived conflict of interest, and there may still be the building management to consider.
With condominiums, the process should be far easier. The managing agent is less likely to say no, or be inclined to care about the moral character of the subletter. That being said, some buildings’ subletting policies include hefty fees that the owner will have to pay on top of regular maintenance. For instance, some buildings in the high 60s all the way west have the highest subletting fees I’ve ever seen. They could be $2000 or more. Since it is debatable whether the building incurs any extra costs associated with subletting, such fees seem designed simply to discourage the practice.

Photo Credit to Flickr User Ed Yourdon
Co-op boards, landlords and managing agents have almost nothing to lose by saying no, so if you hear that answer too quickly, and you’ve signed nothing prohibiting the practice, you just might want to check out your rights. If you are a renter, your first stop could be the New York City Rent Guidelines Board.
If you are fortunate enough to get to “yes”, now there’s every manner of logistical question to consider. It starts with where to advertise and goes on from there. You could use Craigslist or sublet.com. If it’s a short-term deal or you are interested in getting top dollar from vacationers, then AirB&B is another site that might be of interest.
Looking for a spot on the Upper West Side? Let the local neighborhood specialists help!
Tell Me What You’re Looking For:
[contact-form-7]Sign Up and I’ll Send You the Best Listings in the Neighborhood Twice a Month
var mce_preload_checks = 0; function mce_preload_check(){ if (mce_preload_checks>40) return; mce_preload_checks++; try { var jqueryLoaded=jQuery; } catch(err) { setTimeout('mce_preload_check();', 250); return; } try { var validatorLoaded=jQuery("#fake-form").validate({}); } catch(err) { setTimeout('mce_preload_check();', 250); return; } mce_init_form(); } function mce_init_form(){ jQuery(document).ready( function($) { var options = { errorClass: 'mce_inline_error', errorElement: 'div', onkeyup: function(){}, onfocusout:function(){}, onblur:function(){} }; var mce_validator = $("#mc-embedded-subscribe-form").validate(options); $("#mc-embedded-subscribe-form").unbind('submit');//remove the validator so we can get into beforeSubmit on the ajaxform, which then calls the validator options = { url: 'http://ilovetheupperwestside.us2.list-manage.com/subscribe/post-json?u=9caa98e1aa56a5e7b80aa98d1&id=34b12b4fda&c=?', type: 'GET', dataType: 'json', contentType: "application/json; charset=utf-8", beforeSubmit: function(){ $('#mce_tmp_error_msg').remove(); $('.datefield','#mc_embed_signup').each( function(){ var txt = 'filled'; var fields = new Array(); var i = 0; $(':text', this).each( function(){ fields[i] = this; i++; }); $(':hidden', this).each( function(){ var bday = false; if (fields.length == 2){ bday = true; fields[2] = {'value':1970};//trick birthdays into having years } if ( fields[0].value=='MM' && fields[1].value=='DD' && (fields[2].value=='YYYY' || (bday && fields[2].value==1970) ) ){ this.value = ''; } else if ( fields[0].value=='' && fields[1].value=='' && (fields[2].value=='' || (bday && fields[2].value==1970) ) ){ this.value = ''; } else { if (/\[day\]/.test(fields[0].name)){ this.value = fields[1].value+'/'+fields[0].value+'/'+fields[2].value; } else { this.value = fields[0].value+'/'+fields[1].value+'/'+fields[2].value; } } }); }); return mce_validator.form(); }, success: mce_success_cb }; $('#mc-embedded-subscribe-form').ajaxForm(options);
}); } function mce_success_cb(resp){ $('#mce-success-response').hide(); $('#mce-error-response').hide(); if (resp.result=="success"){ $('#mce-'+resp.result+'-response').show(); $('#mce-'+resp.result+'-response').html(resp.msg); $('#mc-embedded-subscribe-form').each(function(){ this.reset(); }); } else { var index = -1; var msg; try { var parts = resp.msg.split(' - ',2); if (parts[1]==undefined){ msg = resp.msg; } else { i = parseInt(parts[0]); if (i.toString() == parts[0]){ index = parts[0]; msg = parts[1]; } else { index = -1; msg = resp.msg; } } } catch(e){ index = -1; msg = resp.msg; } try{ if (index== -1){ $('#mce-'+resp.result+'-response').show(); $('#mce-'+resp.result+'-response').html(msg); } else { err_id = 'mce_tmp_error_msg'; html = '
';
var input_id = '#mc_embed_signup'; var f = $(input_id); if (ftypes[index]=='address'){ input_id = '#mce-'+fnames[index]+'-addr1'; f = $(input_id).parent().parent().get(0); } else if (ftypes[index]=='date'){ input_id = '#mce-'+fnames[index]+'-month'; f = $(input_id).parent().parent().get(0); } else { input_id = '#mce-'+fnames[index]; f = $().parent(input_id).get(0); } if (f){ $(f).append(html); $(input_id).focus(); } else { $('#mce-'+resp.result+'-response').show(); $('#mce-'+resp.result+'-response').html(msg); } } } catch(e){ $('#mce-'+resp.result+'-response').show(); $('#mce-'+resp.result+'-response').html(msg); } } } // ]]>