.LBX

LBX File

Visual FoxPro Label Definition File
Ask a question
QUICK ANSWER

An LBX file is most likely one of two unrelated things: a Visual FoxPro label definition (a dBASE-format table storing a printable label layout, paired with an .LBT memo file) or a Brother P-touch Editor label (a ZIP/XML file for a label printer). Check where your file came from before trying to open it - the two formats share only the extension.

Developer: Microsoft Corporation (Visual FoxPro; format from FoxBASE/FoxPro) Category: Data Files MIME: application/octet-stream
OPENS ON Windows
Related: .PKPASS · .DAT · .JSON · .RIS

On this page

19k+ extensions indexed
Last reviewed Aug 5, 2026

Not sure what your file is?

Drop any file into our identifier - we read just the first bytes to name the format.

Identify a file

What is the LBX file format?

.lbx is a file associated with Visual FoxPro database management software. .lbx files store label and format definitions in the form of a dBASE table - each record describes one element of the label layout (a field, a line of text, a picture, or a border), along with its position, size, font, and a data expression. The file also contains information about which database entries should be used when printing labels. Labels are typically used for serial printing, and a well-defined .lbx file drives the layout precisely.

An .lbx is always paired with a companion .lbt memo file that holds long text and expression values that do not fit in the fixed-width table columns. Both files must be kept together - the label designer cannot open one without the other. Under the hood, .lbx uses the same report-engine schema as Visual FoxPro report forms (.frx / .frt), and it begins with a standard dBASE table header byte (0x03), making it readable in any DBF-aware viewer.

FoxPro was originally designed as a stand-alone database management system. After Microsoft acquired FoxPro, the product was renamed Visual FoxPro and tightly integrated with Windows. Visual FoxPro fully supports the SQL query language alongside its native xBase commands. Microsoft released Visual FoxPro 9.0 in 2004 - the final version of the software - and ended mainstream support in 2010, followed by extended support in 2015. The format is now legacy; .lbx files are best opened with Visual FoxPro 9.0 or a compatible DBF viewer where available.

Security & safety

RISK: LOW

A VFP .LBX is passive table data and cannot execute code on its own. The wider caution is that Visual FoxPro applications can contain executable program code (.PRG/.FXP) and the runtime is unsupported/unpatched since 2015 - run legacy FoxPro apps from trusted sources only. The .LBX file itself is safe to inspect. Beware 'free LBX viewers' from ads; if your file is actually a Brother P-touch label, use Brother's official P-touch Editor.

Format details

in a nutshell
FULL NAMEVisual FoxPro Label Definition Fileaka VFP label file, FoxPro label form
DEVELOPERMicrosoft Corporation (Visual FoxPro; format from FoxBASE/FoxPro)since 1990s (FoxPro / Visual FoxPro label designer; format derives from the dBASE label .LBL)
CATEGORYData Files
MIME TYPEapplication/octet-stream
TYPEdBASE/FoxPro table (.DBF-structured) describing a label layout
This extension is also used by…
  • Brother P-touch Editor Label - The most common modern .lbx: a ZIP/XML label-printer file (label.xml + prop.xml). Open with Brother P-touch Editor; rename to .zip to inspect.
  • EngView / other label layouts - A few packaging/label tools also write .lbx; unrelated to Visual FoxPro.
MAGIC BYTES · FILE SIGNATURE
OFFSET
00
HEX
03
ASCII
·
A VFP .LBX is itself a .DBF-format table (one record per label band/object), so it begins with a dBASE table header byte. It is always paired with an .LBT memo file that holds the long text/expression fields. Confirm against a sample - header byte varies by table flavour.

Programs that open LBX files

Windows3 apps
Visual FoxPro 9.0 Paid Open the project and run MODIFY LABEL mylabel to edit, or LABEL FORM to print. Discontinued product - only if you still have an installation.
Visual FoxPro runtime / OpenLBM-style tools Open-source Community VFPX tools and the VFP runtime can open/convert FoxPro report and label tables when the full IDE is unavailable.
dBASE/DBF viewer (e.g. DBF Viewer Plus) Free Because an .LBX is a .DBF table, a DBF viewer shows the raw records (inspection only - it will not render the printed label).

Technical details

deep spec
File structuredBASE/FoxPro `.DBF`-format table; each record describes one label-layout object such as a field, text string, line, or picture
Companion fileAlways paired with an `.lbt` memo file that stores long text and expression values; both files are required and must be kept together
Magic bytes`0x03` at offset 0 - standard dBASE table header byte indicating a non-memo `.DBF` table variant
Byte orderLittle-endian
EncodingBinary (dBASE/FoxPro fixed-width table fields with memo references into the `.lbt` file)
Typical file size2 KB - 200 KB for the `.lbx`; the paired `.lbt` memo file adds further size depending on expression complexity
Layout engineShares the same internal schema as Visual FoxPro report forms (`.frx` / `.frt`); both use the VFP report-band engine
Layout object fieldsEach table record encodes position coordinates, width, height, font name, font size, and a data expression or literal value
Labels per fileOne label layout definition per `.lbx` file
MIME type`application/octet-stream` (no dedicated registered MIME type exists for this format)
Host environmentWindows (Visual FoxPro 9.0); earlier versions ran on MS-DOS under FoxPro 2.x
Support statusLegacy - Microsoft ended extended support for Visual FoxPro in 2015; no successor format was released
Released1990s (FoxPro / Visual FoxPro label designer; format derives from the dBASE label .LBL)
Latest versionVisual FoxPro 9.0 (2004; last release before Microsoft discontinued VFP)
Specificationlearn.microsoft.com

LBX conversions

Community Q&A

asked by users
Ask a quick question
Get help from people who work with LBX files. Be specific - include your system and software version.
No account needed · answers usually within a day

No questions yet - be the first to ask about LBX files.

Frequently asked questions

What is an LBX file?
In Visual FoxPro it is a label definition - the layout of a printable label, stored as a FoxPro table with a companion .LBT memo file. (The same extension is also used by Brother P-touch label software, which is unrelated.)
How do I open a Visual FoxPro LBX file?
Open it in Visual FoxPro with MODIFY LABEL, or print it with LABEL FORM. Keep its .LBT memo file alongside it. A DBF viewer can show the raw records but won't render the label.
Can I open an LBX without Visual FoxPro?
Only partially - because it's a .DBF table, a dBASE/DBF viewer reveals the records, but you need VFP (or its runtime/VFPX community tools) to actually render or print the label layout.
My LBX came from a label printer - why won't FoxPro open it?
Then it isn't a FoxPro label. Brother P-touch Editor saves .lbx as a ZIP/XML file; open it in Brother P-touch Editor instead. The two formats just share an extension.
What is the .LBT file next to my .LBX?
It's the memo file that stores the long text and expressions for the VFP label. Keep it in the same folder with the same base name as the .LBX, or the label won't load fully.
Is Visual FoxPro still supported?
No. Microsoft shipped the final version (VFP 9.0) in 2004 and ended all support by 2015. LBX files are legacy; plan to migrate or keep an old VFP install to maintain them.

References

1Microsoft Learn - Visual FoxPro documentation (archived)learn.microsoft.com
2VFPX - Visual FoxPro community extensionsgithub.com

Keep exploring

across the database

Top extensions this week

1.AQQAQQ Instant Messenger File
2.CRDOWNLOADChrome Partial Download File
3.MDMarkdown Document
4.BINCD/DVD Disc Image (BIN/CUE)
5.PARTPartial Download File
6.RPMSGRestricted Permission Message
7.NOMEDIAAndroid No-Media Marker File
8.EXEWindows Executable (Portable Executable)
9.AVIFAV1 Image File Format (AVIF)
10.ICSiCalendar data file

Related extensions

.PKPASSApple Wallet Pass (formerly Passbook)
.DATProgram Data File (generic)
.JSONJavaScript Object Notation file
.RISResearch Information Systems citation file
.OFXOpen Financial Exchange
.CSVComma-Separated Values

Free file tools

An in-browser file identifier and image converter - everything runs on your device.

Open the toolbox

Browse file extensions A-Z