Sexual harassment at work is a serious workplace issue, not a personal inconvenience employees are expected to tolerate. In Ontario, sexual harassment may engage occupational health and safety obligations, human rights protections, reprisal protections, and in some cases wrongful dismissal or constructive dismissal remedies. 

Employees often hesitate to report sexual harassment because they fear they will not be believed, worry about retaliation, or do not want to damage their career. Those concerns are common. They are also a reason to get advice before making major decisions, including resigning, signing a release or agreeing to a workplace change after making a complaint. 

What Sexual Harassment at Work Can Look Like in Ontario

Sexual harassment is not limited to physical contact. It can include unwanted sexual comments, jokes, messages, images, advances, pressure for dates, inappropriate touching, sexualized remarks about appearance or repeated conduct that makes the workplace hostile or unsafe. 

It can also include conduct by a person in authority who makes sexual advances or solicitations where the employee’s response may affect work, including scheduling, pay, assignments, advancement or job security. 

A sexual harassment workplace issue in Ontario may involve a manager, supervisor, co-worker, client, customer or another person connected to the workplace. It may happen in the office, at a work event, by text or email, through workplace messaging platforms or in a virtual work environment. 

Should You Report Sexual Harassment Internally in Ontario? 

In many cases, the first step is to report the conduct through the employer’s workplace harassment process. That may mean reporting to HR, a manager, a designated workplace harassment contact, or another person identified in the employer’s policy. 

Ontario employers are required to have a workplace harassment policy and program. The program should explain how harassment can be reported, including how to report where the alleged harasser is the employer, supervisor or another person normally involved in receiving complaints. Employers must also ensure that complaints and incidents of workplace harassment are investigated in a manner appropriate in the circumstances. 

Before and after reporting, employees should preserve evidence. Save emails, text messages, screenshots, calendar entries, meeting notes, names of witnesses, and any response from the employer. If conversations happen verbally, make dated notes as soon as possible. The timeline often matters. 

What If the Employer Does Nothing? 

An employer should not ignore a sexual harassment complaint, minimize it as a personality conflict, or punish an employee for raising a concern. If the employer fails to investigate, allows the conduct to continue, reduces your hours, disciplines you, isolates you or terminates your employment after you complain, you may have legal options. 

Depending on the facts, those options may include a human rights application, a complaint about the employer’s occupational health and safety process, a constructive dismissal claim or a wrongful dismissal claim if your employment is ended. More than one route may be available. 

The Human Rights Tribunal of Ontario may be an appropriate forum where the harassment is connected to a protected ground such as sex, sexual orientation, gender identity, or gender expression. A Ministry of Labour complaint may also be relevant where the issue is the employer’s failure to follow workplace harassment obligations under occupational health and safety legislation. These routes serve different purposes and should be assessed carefully. 

Unionized employees may also have rights under a collective agreement and should obtain advice from their union representative about the grievance process.  

Do You Have to Quit? 

Do not resign without advice. Resigning can affect severance, damages, Employment Insurance, and the way your legal claim is assessed. 

In some cases, the employer’s failure to protect an employee may make continued employment intolerable. In other cases, the better strategy may be to report the conduct, request protective steps, remain employed while the employer investigates, or pursue a legal claim without immediately resigning. 

The right approach depends on what happened, who was involved, what the employer knew, how the employer responded, whether there was retaliation, and whether you suffered financial loss or medical harm. 

Speak With an Employment Lawyer in Ontario Before Deciding Your Next Step 

Sexual harassment in the workplace is legally and personally difficult. The strongest response usually starts with preserving evidence, understanding the legal forum, and avoiding decisions that unintentionally weaken your position. 

Lecker & Associates advises employees across Ontario on workplace harassment, sexual harassment, reprisal, constructive dismissal, wrongful dismissal claims, and termination after workplace complaints. If you experienced sexual harassment at work, were punished for reporting it, or feel forced out because your employer failed to protect you, early legal review can help determine your options and protect your position. Our team of Toronto employment lawyers can be reached at 416-223-5391 or intake@leckerslaw.com for a confidential consultation.

How Lecker & Associates Can Help

Lecker & Associates advises employees across Ontario on termination packages, wrongful dismissal claims, fixed-term contract disputes, and severance negotiations. If your fixed-term contract ended before the agreed end date, early legal review can help determine whether the employer had the right to end the contract, whether the termination clause is enforceable, and whether the offer reflects the full value of the remaining term. Our team of Toronto employment lawyers can be reached at 416-223-5391 or intake@leckerslaw.com for a confidential consultation.

FAQ Image

Sexual Harassment at Work: Legal Options in Ontario 


Your employer should take the complaint seriously, follow its workplace harassment process, and ensure an investigation appropriate in the circumstances. Depending on the facts, you may also have rights under human rights, occupational health and safety, employment standards, or wrongful dismissal law.


Document what happened, preserve evidence, review your employer’s harassment policy, and consider reporting the conduct internally. Before resigning, signing anything, or responding to a severance offer, speak with an employment lawyer about the legal route that best fits the facts.


Avoid speculation, exaggeration, assumptions about motive, or statements you cannot support. Provide the facts as clearly as possible: what happened, when it happened, who was involved, who witnessed it, what evidence exists, and how it affected your work.


Yes. Depending on the severity of the conduct and the surrounding circumstances, harassment can result in discipline, including termination. Employees who report harassment in good faith should not be punished for making a complaint.

//script
function toggleFaqs(blockId, buttonId) {
var hiddenFaqs = document.querySelectorAll(‘#’ + blockId + ‘ .hidden-faq’);
var button = document.getElementById(buttonId);

// Toggle visibility of hidden FAQs
hiddenFaqs.forEach(function (faq) {
faq.style.display = faq.style.display === ‘block’ ? ‘none’ : ‘block’;
});

// Update button text and add/remove class based on current visibility
var isHidden = hiddenFaqs[0].style.display === ‘none’;
if (isHidden) {
button.innerText = ‘SHOW MORE’;
button.classList.remove(‘show-less-active’); // Remove the class when showing “SHOW MORE”
} else {
button.innerText = ‘SHOW LESS’;
button.classList.add(‘show-less-active’); // Add the class when showing “SHOW LESS”
}
}

document.addEventListener(‘DOMContentLoaded’, function () {
var accordions = document.querySelectorAll(‘.accordion’);
accordions.forEach(function (accordion) {
var accordionButtons = accordion.querySelectorAll(‘.accordion-button’);
accordionButtons.forEach(function (button) {
button.addEventListener(‘click’, function () {
accordionButtons.forEach(function (btn) {
btn.classList.remove(‘show’);
});
button.classList.add(‘show’);
});
});
});
});

The post Sexual Harassment at Work: Legal Options in Ontario  first appeared on Lecker & Associates.