Free Lease Agreement Generator

Create a professional residential lease agreement with customizable terms for rent, deposit, utilities, and pet policies.

What Is a Lease Agreement?

A residential lease agreement is a legally binding contract between a landlord and a tenant that outlines the terms and conditions of renting a property. It specifies the rent amount, lease duration, security deposit, maintenance responsibilities, and rules governing the tenancy. A well-drafted lease protects both the landlord and the tenant by clearly defining expectations and obligations.

Key Components of a Lease Agreement

Every lease agreement should include the names of all parties, the property address, lease term and start date, monthly rent amount and due date, security deposit amount and return conditions, utility responsibilities, maintenance obligations, pet policies, entry rights, and termination procedures. Our generator covers all these sections with professional legal language.

Fixed-Term vs. Month-to-Month Lease

A fixed-term lease has a set start and end date, typically lasting one year. It provides stability for both parties but may include early termination fees. A month-to-month lease automatically renews each month and can be terminated by either party with 30 days notice. It offers flexibility but less security for long-term planning.

Related Tools

Frequently Asked Questions

Is this lease agreement enforceable?
This generator creates a comprehensive lease agreement based on standard residential lease terms. Once signed by both the landlord and tenant, it becomes a legally binding contract. However, landlord-tenant laws vary by state, so we recommend reviewing local regulations and consulting an attorney for specific legal advice.
What should the security deposit amount be?
Security deposit limits vary by state. Many states cap the deposit at one to two months rent. For example, California limits it to two months rent for unfurnished units and three months for furnished units. Check your state laws for specific limits before setting the deposit amount.
Can I modify the lease after both parties have signed?
Yes, but any modifications must be agreed upon by both parties and documented in a written amendment (addendum) that is signed by both the landlord and tenant. Verbal modifications are generally not enforceable.
What happens if a tenant breaks the lease early?
The generated lease includes an early termination clause requiring 60 days notice and an early termination fee equal to two months rent. This can be customized to match your preferences. State laws may also provide specific provisions for early lease termination in certain circumstances.
Does this work for commercial properties?
No, this generator is designed specifically for residential lease agreements. Commercial leases have different requirements including provisions for business operations, build-out allowances, CAM charges, and commercial insurance requirements. Consult a commercial real estate attorney for commercial leases.
+Number(n).toLocaleString('en-US',{minimumFractionDigits:2,maximumFractionDigits:2});}document.getElementById('la-generate').addEventListener('click',function(){var ll=document.getElementById('la-landlord').value.trim();var tn=document.getElementById('la-tenant').value.trim();var addr=document.getElementById('la-address').value.trim();var city=document.getElementById('la-city').value.trim();var state=document.getElementById('la-state').value;var zip=document.getElementById('la-zip').value.trim();var rent=document.getElementById('la-rent').value;var dep=document.getElementById('la-deposit').value;var sd=document.getElementById('la-start').value;var ed=document.getElementById('la-end').value;var lt=document.getElementById('la-type').value;var pets=document.getElementById('la-pets').value;if(!ll||!tn||!addr||!city||!state||!zip||!rent||!dep||!sd||!ed){showStatus('Please fill in all fields.',false);return;}var utils=[];document.querySelectorAll('.la-util:checked').forEach(function(c){utils.push(c.value);});var fullAddr=addr+', '+city+', '+state+' '+zip;var txt='';txt+='RESIDENTIAL LEASE AGREEMENT\n';txt+='='.repeat(28)+'\n\n';txt+='THIS RESIDENTIAL LEASE AGREEMENT (the "Lease") is made and entered into as of '+fmtD(sd)+', by and between:\n\n';txt+='LANDLORD: '+ll+' (hereinafter referred to as "Landlord")\n';txt+='TENANT: '+tn+' (hereinafter referred to as "Tenant")\n\n';txt+='Landlord and Tenant are collectively referred to as the "Parties" and individually as a "Party."\n\n\n';txt+='SECTION 1. PREMISES\n';txt+='-'.repeat(40)+'\n\n';txt+='1.1 Landlord hereby leases to Tenant, and Tenant hereby leases from Landlord, the residential property located at:\n\n';txt+=' '+fullAddr+'\n\n';txt+='(hereinafter referred to as the "Premises"), for use as a private residential dwelling only. Tenant shall not use the Premises for any commercial or unlawful purpose.\n\n\n';txt+='SECTION 2. TERM\n';txt+='-'.repeat(40)+'\n\n';if(lt==='Fixed-Term'){txt+='2.1 This Lease shall commence on '+fmtD(sd)+' (the "Commencement Date") and shall terminate on '+fmtD(ed)+' (the "Termination Date"), unless terminated earlier in accordance with the terms of this Lease.\n\n';txt+='2.2 Upon expiration of the initial term, this Lease shall automatically convert to a month-to-month tenancy under the same terms and conditions, unless either Party provides written notice of termination at least thirty (30) days prior to the end of the then-current term.\n\n';}else{txt+='2.1 This Lease shall commence on '+fmtD(sd)+' and shall continue on a month-to-month basis until terminated by either Party upon thirty (30) days\' prior written notice to the other Party.\n\n';}txt+='\n';txt+='SECTION 3. RENT\n';txt+='-'.repeat(40)+'\n\n';txt+='3.1 Tenant agrees to pay Landlord a monthly rent of '+fmtM(rent)+' (the "Rent"), due and payable on the first (1st) day of each calendar month during the term of this Lease.\n\n';txt+='3.2 Rent shall be paid by check, money order, electronic transfer, or such other method as mutually agreed upon by the Parties, to the Landlord at the address provided above or to such other address as Landlord may designate in writing.\n\n';txt+='3.3 LATE FEE: If Rent is not received by the fifth (5th) day of the month, Tenant shall pay a late fee of '+fmtM(Math.round(rent*0.05))+' (5% of monthly rent). An additional fee of $5.00 per day may be charged for each day Rent remains unpaid after the tenth (10th) day of the month.\n\n';txt+='3.4 RETURNED PAYMENTS: If any payment is returned for insufficient funds, Tenant shall pay a returned payment fee of $35.00 in addition to any applicable late fees.\n\n\n';txt+='SECTION 4. SECURITY DEPOSIT\n';txt+='-'.repeat(40)+'\n\n';txt+='4.1 Upon execution of this Lease, Tenant shall pay a security deposit of '+fmtM(dep)+' (the "Security Deposit") to Landlord.\n\n';txt+='4.2 The Security Deposit shall be held by Landlord as security for the faithful performance by Tenant of all terms, covenants, and conditions of this Lease.\n\n';txt+='4.3 Upon termination of this Lease and vacation of the Premises by Tenant, Landlord shall return the Security Deposit, less any lawful deductions for:\n\n';txt+=' a) Unpaid rent or other charges owed under this Lease;\n';txt+=' b) Costs of repairing damage to the Premises beyond normal wear and tear;\n';txt+=' c) Cleaning costs necessary to restore the Premises to its condition at move-in;\n';txt+=' d) Any other amounts permitted by applicable state law.\n\n';txt+='4.4 Landlord shall return the Security Deposit, along with an itemized statement of any deductions, within the time period required by the laws of the State of '+state+'.\n\n\n';txt+='SECTION 5. UTILITIES\n';txt+='-'.repeat(40)+'\n\n';if(utils.length>0){txt+='5.1 Landlord shall be responsible for the payment of the following utilities: '+utils.join(', ')+'.\n\n';txt+='5.2 Tenant shall be responsible for the payment of all other utilities and services used at the Premises, including but not limited to any utilities not listed above.\n\n';}else{txt+='5.1 Tenant shall be responsible for the payment of all utilities and services used at the Premises, including but not limited to water, electricity, gas, internet, cable, and trash collection.\n\n';}txt+='5.3 Tenant shall promptly establish utility accounts in Tenant\'s name for all utilities that are Tenant\'s responsibility, effective as of the Commencement Date.\n\n\n';txt+='SECTION 6. MAINTENANCE AND REPAIRS\n';txt+='-'.repeat(40)+'\n\n';txt+='6.1 Tenant shall maintain the Premises in a clean and sanitary condition and shall not make any alterations, additions, or improvements to the Premises without the prior written consent of Landlord.\n\n';txt+='6.2 Tenant shall promptly notify Landlord in writing of any maintenance issues, defects, or necessary repairs, including but not limited to plumbing leaks, electrical problems, pest infestations, and structural damage.\n\n';txt+='6.3 Landlord shall be responsible for maintaining the structural components of the Premises, including the roof, foundation, exterior walls, and major building systems (plumbing, electrical, HVAC), in good working condition.\n\n';txt+='6.4 Tenant shall be responsible for minor maintenance, including replacing light bulbs, air filters, smoke detector batteries, and keeping drains clear.\n\n\n';txt+='SECTION 7. PETS\n';txt+='-'.repeat(40)+'\n\n';if(pets==='Yes'){txt+='7.1 Tenant is permitted to keep domesticated household pets on the Premises, subject to the following conditions:\n\n';txt+=' a) A maximum of two (2) pets are permitted;\n';txt+=' b) Tenant shall pay a non-refundable pet deposit of $250.00 per pet;\n';txt+=' c) Tenant shall be fully responsible for any damage caused by pets;\n';txt+=' d) Pets must be properly vaccinated and licensed as required by law;\n';txt+=' e) Tenant shall not keep any exotic, dangerous, or prohibited animals;\n';txt+=' f) Landlord reserves the right to revoke pet privileges if pets cause damage, disturbance, or health hazards.\n\n';}else{txt+='7.1 No pets of any kind are permitted on the Premises without the prior written consent of Landlord. This includes but is not limited to dogs, cats, birds, reptiles, and fish tanks exceeding ten (10) gallons.\n\n';txt+='7.2 If Tenant is found to have an unauthorized pet, Tenant shall be in breach of this Lease and may be subject to a fine of $200.00 per occurrence and/or lease termination.\n\n';}txt+='\n';txt+='SECTION 8. RULES AND REGULATIONS\n';txt+='-'.repeat(40)+'\n\n';txt+='8.1 Tenant shall comply with all applicable federal, state, and local laws, ordinances, and regulations.\n\n';txt+='8.2 Tenant shall not engage in or permit any activity that constitutes a nuisance or disturbance to neighbors or other tenants.\n\n';txt+='8.3 Quiet hours shall be observed from 10:00 PM to 8:00 AM daily.\n\n';txt+='8.4 Tenant shall not sublet the Premises or assign this Lease without the prior written consent of Landlord.\n\n';txt+='8.5 Smoking is prohibited inside the Premises and within twenty-five (25) feet of any entrance.\n\n\n';txt+='SECTION 9. ENTRY BY LANDLORD\n';txt+='-'.repeat(40)+'\n\n';txt+='9.1 Landlord may enter the Premises upon reasonable notice (at least 24 hours, except in emergencies) for the following purposes:\n\n';txt+=' a) To inspect the Premises;\n';txt+=' b) To make necessary or agreed-upon repairs, decorations, alterations, or improvements;\n';txt+=' c) To supply necessary or agreed-upon services;\n';txt+=' d) To show the Premises to prospective tenants, buyers, or lenders;\n';txt+=' e) In case of emergency.\n\n\n';txt+='SECTION 10. TERMINATION AND DEFAULT\n';txt+='-'.repeat(40)+'\n\n';txt+='10.1 If Tenant fails to pay Rent when due, or violates any other term of this Lease, Landlord may serve a written notice to Tenant specifying the breach and allowing the cure period required by applicable state law.\n\n';txt+='10.2 If Tenant fails to cure the breach within the specified period, Landlord may terminate this Lease and pursue all available legal remedies, including eviction proceedings.\n\n';txt+='10.3 Tenant may terminate this Lease early by providing at least sixty (60) days\' written notice to Landlord and paying an early termination fee equal to two (2) months\' Rent.\n\n\n';txt+='SECTION 11. GOVERNING LAW\n';txt+='-'.repeat(40)+'\n\n';txt+='11.1 This Lease shall be governed by and construed in accordance with the laws of the State of '+state+'.\n\n';txt+='11.2 Any disputes arising under this Lease shall be resolved in the courts of '+city+', '+state+'.\n\n\n';txt+='SECTION 12. ENTIRE AGREEMENT\n';txt+='-'.repeat(40)+'\n\n';txt+='12.1 This Lease constitutes the entire agreement between the Parties and supersedes all prior discussions, negotiations, and agreements between the Parties with respect to the Premises.\n\n';txt+='12.2 This Lease may not be modified or amended except by a written instrument signed by both Parties.\n\n';txt+='12.3 If any provision of this Lease is held to be invalid or unenforceable, the remaining provisions shall remain in full force and effect.\n\n\n';txt+='IN WITNESS WHEREOF, the Parties have executed this Lease Agreement as of the date first written above.\n\n\n';txt+='LANDLORD:\n';txt+='Name: '+ll+'\n';txt+='Signature: ___________________________\n';txt+='Date: '+fmtD(sd)+'\n\n\n';txt+='TENANT:\n';txt+='Name: '+tn+'\n';txt+='Signature: ___________________________\n';txt+='Date: '+fmtD(sd)+'\n';var out=document.getElementById('la-output');out.value=txt;out.style.display='block';showStatus('Lease Agreement generated successfully!',true);});document.getElementById('la-copy').addEventListener('click',function(){var o=document.getElementById('la-output');if(!o.value){showStatus('Generate a Lease Agreement first.',false);return;}navigator.clipboard.writeText(o.value).then(function(){showStatus('Copied to clipboard!',true);});});document.getElementById('la-download').addEventListener('click',function(){var o=document.getElementById('la-output');if(!o.value){showStatus('Generate a Lease Agreement first.',false);return;}var blob=new Blob([o.value],{type:'text/plain'});var a=document.createElement('a');a.href=URL.createObjectURL(blob);a.download='Lease-Agreement.txt';a.click();URL.revokeObjectURL(a.href);showStatus('Download started!',true);});})();