﻿---
title: Open file handlers cause issues with Windows file rotation
description: On Windows, you might have problems renaming or removing files because Filebeat keeps the file handlers open. This can lead to issues with the file rotating...
url: https://www.elastic.co/elastic/docs-builder/docs/3016/reference/beats/filebeat/windows-file-rotation
products:
  - Beats
  - Filebeat
applies_to:
  - Elastic Cloud Serverless: Generally available
  - Elastic Stack: Generally available
---

# Open file handlers cause issues with Windows file rotation
On Windows, you might have problems renaming or removing files because Filebeat keeps the file handlers open. This can lead to issues with the file rotating system. To avoid this issue, you can use the [`close_removed`](/elastic/docs-builder/docs/3016/reference/beats/filebeat/filebeat-input-log#filebeat-input-log-close-removed) and [`close_renamed`](/elastic/docs-builder/docs/3016/reference/beats/filebeat/filebeat-input-log#filebeat-input-log-close-renamed) options together.
<important>
  When you configure these options, files may be closed before the harvester has finished reading the files. If the file cannot be picked up again by the input and the harvester hasn’t finish reading the file, the missing lines will never be sent to the output.
</important>