Spotted Lanternfly

The spotted lanternfly (SLF), Lycornma delicatula, is a non-native pest and a sapsucker that impacts a variety of plant species. A potentially very serious pest of grapes, peaches, hops, and a variety of other crops, the spotted lanternfly was first detected in Frederick County, Virginia, in January 2018.

If you are a logger moving materials out of the quarantined area, please use the Spotted Lanternfly Logger Self-Inspection Checklist before you go.

*Current quarantines exist in Virginia, learn more about quarantines.

SLF is an invasive species that VDACS monitors. Citizens can report sightings in Virginia through this online tool:

Report an Invasive Species


Additional Resources

For more information on how to identify the spotted lanternfly or find additional resources please visit the Virginia Cooperative Extension website.

ImageTitleIDDescriptionContent TypeViewhf:tax:document-categoryhf:tax:Media
Spotted Lanternfly in Virginia
Spotted Lanternfly in Virginia

Information on how to identify the spotted lanternfly or find additional resources are available on this Virginia Cooperative Extension website.

ResourceViewforest-healthresource
Spotted Lanternfly Logger Self-Inspection Checklist - Slow the Spread!!!
Spotted Lanternfly Logger Self-Inspection Checklist – Slow the Spread!!!FT0050

Forestry topic information sheet provides a checklist for loggers to do a self-inspection for spotted lanternfly, including photos of what to be looking for.

PublicationViewforest-healthpublication

Contact Us

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(); });