Conservation Easements

Conservation easement

A conservation easement is a voluntary agreement between a landowner and a public agency or private land trust that permanently limits future development of the land to protect its conservation values. When landowners elect to donate or sell an easement on their property, the terms are negotiated between the landowner and the organization that will hold the easement.

Under a conservation easement, landowners continue to own, use and control their land, and can sell it or pass it on to heirs. Easements allow for and encourage rural land uses, such as forest management, agriculture, hunting and fishing. An easement does not require landowners to provide public access to their land.

A conservation easement protects land primarily by limiting the number of times the property can be subdivided. However, depending on the size and nature of the property, and the conservation values being protected, landowners often can retain the right to exercise one or more subdivisions. Conservation easements also include provisions for building homes, farm buildings and other structures typically found on rural land.

Easements are perpetual in nature – they protect the land forever. The terms of the easement apply to all future landowners, and the organization holding the easement is responsible for ensuring the easement’s terms are followed.

For more information about the our process for selecting working lands easements, including application deadlines, learn more about applying for an easement.

Benefits of a Conservation Easement

The primary reason landowners grant a conservation easement is to preserve their land in its natural state, while still allowing their family to live and work on the land. Many want to see their legacy of farm or forest management continued for their children and subsequent generations. Most value the peace of mind knowing that their land will always be protected from development.

In addition, there are significant income tax and estate planning benefits. A gift of a qualified conservation easement in perpetuity may qualify as a non-cash charitable gift, which may yield a deduction for federal income tax purposes, a credit for state income tax purposes, local property tax reductions and federal estate tax exemptions.

View Existing Easements

The Virginia Department of Conservation and Recreation maintains statewide data of conserved land, including lands under easement and lands in public ownership. Click the map below to view the conserved lands in your county.

Map of conservation land

For more information about our process for selecting easements, including application deadlines, click here:

Considering a Working Lands Easement?

If you are an existing easement holder and need more information about managing your easement property, click here:


Get started planning for your forestland.

Find a DOF Forester


Additional Resources

ImageTitleIDDescriptionContent TypeViewhf:tax:document-categoryhf:tax:Media
Conservation Easements
Conservation EasementsP00203

Brochure defines conservation easements and provides information about DOF conservation easements, such as easement requirements, property criteria, benefits of an easement and donating an easement. Printed copies available.

PublicationViewforestpublication
Forest Legacy Program Application - Conservation Easement
Forest Legacy Program Application – Conservation Easement10.04

Application to apply to be considered for the Forest Legacy Program via conservation easement.

FormViewforestform
Forest Legacy Program Application - Fee Simple Purchase
Forest Legacy Program Application – Fee Simple Purchase10.05

Application to apply to be considered for the Forest Legacy Program via fee simple purchase.

FormViewforestform
Forest Legacy Program Application - Property Proposal
Forest Legacy Program Application – Property Proposal10.06

Application Property Proposal is to be submitted as a part of the submission package when applying to be considered for the Forest Legacy Program.

FormViewforestform
Forest Legacy Program Application - Property Proposal - Inflation Reduction Act (IRA) Funding Supplement
Forest Legacy Program Application – Property Proposal – Inflation Reduction Act (IRA) Funding Supplement10.07

Application Inflation Reduction Act (IRA) Funding Supplement is to be submitted as a part of the submission package when applying to be considered for the Forest Legacy Program during IRA funding application cycles.

FormViewforestform
Forestland Conservation Review 2013-04
Forestland Conservation Review 2013-04P00210

Report provides an update on current forest conservation topics in the Commonwealth, such as Forest Legacy Program, DOF conservation easements, Virginia Grown program and more.

PublicationViewforestpublication
Forestland Conservation Review 2013-12
Forestland Conservation Review 2013-12P00210

Report provides an update on current forest conservation topics in the Commonwealth, such as Forest Legacy Program, DOF conservation easements, Virginia Grown program and more.

PublicationViewforestpublication
Forestland Conservation Review 2014-10
Forestland Conservation Review 2014-10P00210

Report provides an update on current forest conservation topics in the Commonwealth, such as Forest Legacy Program, DOF conservation easements, Virginia Grown program and more.

PublicationViewforestpublication
Forestland Conservation Review 2021-11
Forestland Conservation Review 2021-11P00210

Report provides an update on current forest conservation topics in the Commonwealth, DOF conservation easements,  Generation Next planning, and more.

PublicationViewforestpublication
Landowner Options for Forestland Conservation
Landowner Options for Forestland ConservationP00146

Brochure provides information regarding options available to landowners for conserving their forestland, including use-value taxation, ag and forestal districts, riparian Buffer tax credit, cost-share assistance, conservation easements, purchase of development rights, grants for fee-simple acquisition and easements, and donations of property. Printed copies available.

PublicationViewforestpublication
Local Purchase of Development Rights (PDR) Program Matching Funds Claim for Reimbursement
Local Purchase of Development Rights (PDR) Program Matching Funds Claim for Reimbursement10.08

Used to request reimbursement for local PDR programs upon the recordation of a deed evidencing the purchase of an agricultural conservation easement.

FormViewforestform
Open-Space Easement Application
Open-Space Easement Application10.01FormViewforestform
Open-Space Easement Landowner Checklist
Open-Space Easement Landowner Checklist10.02FormViewforestform
Virginia Natural Heritage Data Explorer (DCR)

Interactive maps for conserved lands and forest conservation values.

ResourceViewforestresource
Virginia Forest Stewardship Management Plan for DOF Easement Property Template
Virginia Forest Stewardship Management Plan for DOF Easement Property Template

Standard template to be used as a base document with individual information modified as needed and general format and structure to remain consistent. (Microsoft Word Template .dotx file format).

TemplateViewforest-management foresttemplate

Contact Us

If you’re unsure where to start, contact your local DOF forester for guidance.

For more information or questions, e-mail us or use our contact form.



`; frag.appendChild(card); }); if (!append) els.list.innerHTML = ''; els.list.appendChild(frag); } function updateCounter(total, shown) { if (els.count) els.count.textContent = `Showing ${shown} of ${total} Century Forest properties`; } function updatePager(total, shown) { if (!els.loadMore) return; const more = shown < total; els.loadMore.hidden = !more; if (more) els.loadMore.textContent = `Load ${Math.min(PAGE_SIZE, total - shown)} more`; } function renderAll({ append = false } = {}) { const filtered = applyFilters(rows); const end = state.page * PAGE_SIZE; const visible = filtered.slice(0, end); renderCards(append ? filtered.slice((state.page - 1) * PAGE_SIZE, end) : visible, { append }); updateCounter(filtered.length, visible.length); updatePager(filtered.length, visible.length); } // events if (els.search) { els.search.addEventListener('input', (e) => { state.q = e.target.value || ''; state.page = 1; renderAll(); }); } if (els.county) { els.county.addEventListener('change', (e) => { state.county = e.target.value || ''; state.page = 1; renderAll(); }); } if (els.loadMore) { els.loadMore.addEventListener('click', () => { state.page += 1; renderAll({ append: true }); }); } // initial draw renderAll(); });